API Reference
Class
SmartWizardTransition
Transition configuration for SmartWizard animations.
Inheritance
- Object
- SmartWizardTransition
Constructors
public SmartWizardTransition() #Inherited Methods
Properties
public Nullable<Int32> Speed { get; set; } #JsonPropertyName("speed")Gets or sets the animation speed in milliseconds.
public String Easing { get; set; } #JsonPropertyName("easing")Gets or sets the animation easing function.
public SmartWizardTransitionCss Css { get; set; } #JsonPropertyName("css")Gets or sets CSS transition class groups for custom animation libraries.
public String PrefixCss { get; set; } #JsonIgnoreGets or sets the CSS class prefix for custom animations.