Step Animation Duration
Control the transition duration between form steps globally.
Setup
Attribute: sf-step-animation-duration
Value: duration-in-milliseconds
Default: 300
Where: Form Container
Description: Defines the duration for animations between steps in milliseconds, allowing for customizable transition speeds.
How to use: Can work in conjunction with:
sf-step-animation
(see Step Animation)sf-step-animation-ease
(see Step Animation Ease)
Pro Tip
For precise control over a step's transition duration, you can override the global animation duration.
For example, if transitioning from step 3 to 4 includes an animation that's longer than the global setting, use sf-next-step-delay
to set a longer duration. This fine-tunes individual transitions, providing granular control and aligning animations with specific content or actions.
HTML Example
Webflow Example
Last updated