Tagged: animation, Progress Bar
Is it possible to slow down the progress bar animation?
Hi pewi64!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_transform #top .avia-progress-bar div.progress.avia_start_animation .bar-outer {
-webkit-animation: avia_expand 3.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
animation: avia_expand 3.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
and change 3.5s as needed
Regards,
Yigit