Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #365611

    Hi,

    On this page: http://littledigitalagency.com/Client/openfin/runtime/evaluate/ you can see I have added some “yes” “no” icons to the table. The client doesn’t like how long it takes for them to load as you scroll down the page.

    Is there anyway to either speed up the animation or disable it completely?

    Thanks!
    Slade

    #365822

    Hi Slade!

    Thank you for using Enfold.

    You can use this on Quick CSS or custom.css:

    .avia_transform .avia-table .av_font_icon {
    opacity: 1 !important;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    }

    Cheers!
    Ismael

    #366374

    Hi Ismael!

    Worked great! Thanks!

    Slade

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Slow or Stop animation on icon’ is closed to new replies.