Step Animation Ease

Control the transition easing between form steps globally.

Setup

Attribute: sf-step-animation-ease

Value: ease-type

Default: ease-in

Options: linear, ease, ease-in, ease-out, ease-in-out, cubic-bezier(n,n,n,n)

Where: Form Container

Description: Defines the easing function for step transitions, providing smoother and more controlled animations.

How to use: Can work in conjunction with:

Pro Tip

Custom cubic-bezier curves are supported, allowing for unique transition profiles.

For instance, a cubic-bezier curve like cubic-bezier(0.42, 0, 0.58, 1) offers a balanced easing effect between steps.

HTML Example

Webflow Example

1.Select Form Container

Last updated

Was this helpful?