FSAnimation class
Standard animation configuration for single animations
- Inheritance
-
- Object
- FSAnimationBase
- FSAnimation
Constructors
- FSAnimation({required Duration duration, Curve curve = Curves.easeOut})
-
const
- FSAnimation.quick()
-
✅ ADDED: Convenience constructor for quick animations
const
- FSAnimation.standard()
-
✅ ADDED: Convenience constructor for standard animations
const
Properties
Methods
-
copyWith(
{Duration? duration, Curve? curve}) → FSAnimation - Create a copy with modified parameters
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
✅ ADDED: Equality and hashcode for better state management
override