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

    Hi,

    I noticed in the new release, this is one of the new additions in the shortcodes.css. Would you mind share what this is for?

    
    /*iconlist animation*/
    .avia_transform .av_font_icon{
    opacity: 0.1;
    -moz-transform:scale(0.5);
    -webkit-transform:scale(0.5);
    -o-transform:scale(0.5);
    transform:scale(0.5);
    }
    

    We used .av_font_icon for some of the icons, this new change makes the icons shrink to scale (0.5) and opacity (0.1). What do I need to do to make sure it does not conflict with previous settings?

    thanks,

    #201149

    Hi yukanl!

    That is the animation for the “Icon” shortcode.

    Regards,
    Ismael

    #201986

    Ismael,

    do you have a live demo of this function/shortcode?

    thanks

    #202400

    Hey!

    It is available on the latest version of Enfold.

    Regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘"iconlist animation" in shortcodes.css’ is closed to new replies.