Skip to main content

AnimationConfigBuilder Methods

Name Description
Complete(RazorBlock) Mirrors the client-side complete option.
Complete(String) Mirrors the client-side complete option.
Delay(Double) Mirrors the client-side delay option.
Direction(Direction) Mirrors the client-side direction option.
Duration(Double) Mirrors the client-side duration option.
Easing(AnimationEasing) Mirrors the client-side easing option.
EasingCubicBezier(Double, Double, Double, Double)
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
From(Double) Mirrors the client-side from option.
From(Object)
From(String) Mirrors the client-side from option.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
StaggerDelay(Double) Mirrors the client-side staggerDelay option.
Start(RazorBlock) Mirrors the client-side start option.
Start(String) Mirrors the client-side start option.
To(Double) Mirrors the client-side to option.
To(Object)
To(String) Mirrors the client-side to option.
ToString() Returns a string that represents the current object. Inherited from Object.
Type(AnimationType) Mirrors the client-side type option.
See Also