How To Change The Speed of Progress Bar Shortcode

How To Change The Speed of Progress Bar Shortcode

You can easily control the transition of the progress bar animations with a small snippet of Custom CSS.
Please add this to your Custom CSS area in the Theme Options for a global fix, or alternatively, in the Custom CSS section of the specific page you want to make the changes on.
You can replace the 3s (3 seconds) with whatever time value you prefer.
Copy to Clipboard.fusion-progressbar .progress {
transition: width 3s ease !important;
} 1.fusion-progressbar .progress {2    transition: width 3s ease !important;3}

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注