Hi!
I’ve got this issue I hope you can help with.
On the site http://jsadvice.dk/om-os/ the progress bar is very slow to start. But only in Safari. If i use Firefox it starts right away.
So I have two solutions in mind:
1. Is it possible to deactivate the animation, so the bar is “loaded” all time?
2. Is is possitlbe to fix the bug, so that is works fine in Safari also?
Thanks!
Br
Benjamin
Hi sandraen87!
I have just checked your website on Safari Version 7.0.3 on OS X 10.9.2 it does look fine on my end – http://youtu.be/aBJeUEcl3FA
Have you tried checking your website on another computer? As far as i know, none of the other users reported such issue.
If you still would like to remove the animation from the element, please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_transform .avia-progress-bar div.progress.avia_start_animation .bar-outer {
-webkit-animation: none!important;
-moz-animation: none!important;
animation: none!important; }
Best regards,
Yigit