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}

發表回覆

您的郵箱地址不會被公開。 必填項已用 * 標註