On my site I have checkmarks in a table and as you scroll down the animation makes them pop in. Some people aren’t scrolling all the way down and therefore the icon animations arent activating. Thy then think those items aren’t included and get confused. Is there a way to disable the animation on these icons so they are always just showing by default?
Hey Kyle,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia_transform .av_font_icon {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
Best regards,
Yigit
I am having the same problem. I have tried adding the code to both places and now the animation is jerky and still there.