This topic has 4 replies, 2 voices, and was last updated 9 years by reimagineart.
-
Author
-
October 15, 2015 at 19:58 #82476reimagineartParticipant
Hi there,
I’m noticing at times that not all icons animate when on Safari 9.0 and Safari 8.0.8 I’ve taken a screen shot of the issue in 9.0. You will see the icon in the second column did not animate in. The problem appears to be random. For example, another time the icon in the first column failed to animate.
Is there any fix for this? There doesn’t seem to be an easy way to remove the animation all together.
Thanks,
Kevin
Attachments:
You must be logged in to view attached files.October 16, 2015 at 19:19 #82738RaduModeratorHi,
You can disable all animations at once with this css snippet
COPY CODE.kleo-transform .one-by-one-animated .start-animation .el-appear, .kleo-transform .kleo-thumbs-animated.th-appear img.start-animation, .kleo-transform .start-animation.el-appear { -webkit-animation: none; -o-animation: none; animation: none; opacity: 1; -moz-transform: none; -webkit-transform: none; -o-transform: none; transform: none; }
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 28, 2015 at 21:57 #84793reimagineartParticipantHi Radu,
Is there a special place I need to include this code? I tried inserting it in the theme’s Quick CSS field under General Settings, but they still seem to be animating.
Thanks,
Kevin
October 29, 2015 at 15:43 #84872RaduModeratorHi,
Try to do steps like in screenshot by going to that page in backend in visual composer.
Let me know if you have solved this or not.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.October 30, 2015 at 05:43 #85022reimagineartParticipantHey Radu,
Thanks for the help, all cleared up!
Much appreciated,
Kevin
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.