Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24934

    Hello. Is there a way to disable the icon hover animation (icon circle) that is part of the portfolio grid, post slider, etc. I would like to keep the icon, just remove the animation-rotation effect. Thanks.

    #125225

    Hi,

    Edit css > layout.css, find this code

    a:hover .image-overlay .image-overlay-inside{
    -webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
    -moz-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
    -o-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
    animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */

    }

    Remove it.

    Regards,

    Ismael

    #125226

    Thanks Ismael. Words perfectly!

    #125227

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Icon Overlay Effect’ is closed to new replies.