Animations
Custom-built animation system — an overview.
Superform's built-in animation system features CSS animations for both advancing and reversing through form steps. This dual-direction capability ensures smooth, consistent transitions throughout your form.
Customization Options
Step Animations:
Attribute:
sf-step-animationValues:
fade,slide-top,slide-bottom,slide-left,slide-right,noneDescription: Controls the transition style between form steps.
→ See more details: Step Animation
Animation Duration:
Attribute:
sf-step-animation-durationValues: Time in milliseconds (e.g.,
300)Description: Sets the duration for step transitions.
→ See more details: Step Animation Duration
Animation Ease:
Attribute:
sf-step-animation-easeValues:
linear,ease,ease-in,ease-out,ease-in-out, or customcubic-beziervaluesDescription: Defines the easing function for animations.
→ See more details: Step Animation Ease
Last updated
Was this helpful?