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
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
Hi Ismael!
Worked great! Thanks!
Slade