• Good job! Please add JS animation, maybe with hover or something, it is easy, and there are a lot of ready example on Web. Thank u !

Viewing 1 replies (of 1 total)
  • Plugin Author micropat

    (@micropat)

    Thanks. AddToAny buttons are completely customizable and you should totally look into CSS animations. Once you find an animation you like, just add the code to your “Additional CSS” box in Settings > AddToAny.

    An example to get you started:

    .a2a_kit a { transition: transform 0.25s ease; }
    .a2a_kit a:hover { transform: scale(1.1); }

    This smoothly scales an AddToAny button up by 10% on hover.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this review.