New Landing How can we help? Themeforest Theme Support Dante Team – Tile Animation

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Dante
  • #71333
    aniavanian
    Member
    Post count: 9

    Is there a way to reverse the animation of the tile?
    So if the tile starts of as a full tile image, and on hover the image gets smaller to reveal the content of the tile. Is there a way to reverse it so that the tile starts off with the small image centered, with the content around it, and zooms in to the image on hover?

    http://themeforest.net/item/dante-responsive-multipurpose-wordpress-theme/full_screen_preview/6175269

    Thank you!!

    Ani

    #71444
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Try adding this to your custom css:

    .team-member figure.gallery-style img {
      transform: scale(0.4);
    }
    .team-member figure.gallery-style figcaption {
      transform: scale(1);
      opacity: 1;
    }
    .team-member figure.gallery-style:hover img {
      transform: scale(1);
    }

    – Kyle

    #71571
    aniavanian
    Member
    Post count: 9

    Hi Kyle, thanks so much for the quick reply.
    I added it into the custom code area, and I don’t actually see any changes.
    Anything else I could try to do?

    Thanks,
    Ani

    #71574
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I tested on my demo and it works, please provide me with your link and login so that I can look into it

    – Kyle

    #71576
    aniavanian
    Member
    Post count: 9

    Is there a way to send you this info as a private message?

    #71582
    Kyle – SUPPORT
    Moderator
    Post count: 35880
    This reply has been marked as private.
    #71584
    aniavanian
    Member
    Post count: 9
    This reply has been marked as private.
    #71587
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Fixed ๐Ÿ™‚ Just needed to add the -webkit- and -moz- properties

    – Kyle

    #71602
    aniavanian
    Member
    Post count: 9

    Kyle you’re awesome.
    Is there any way to make the image zoom-in less?
    (I didn’t realize that now on hover, the social media buttons get blocked.) So could we control the image container size?

    Thanks again!!!!

    (EDIT: I attached a screenshot)

    #71610
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please check now ๐Ÿ™‚

    – Kyle

    #71624
    aniavanian
    Member
    Post count: 9

    Rockstar!
    Thank you!!!
    Love the theme so far. Amazing work.

    #71629
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register