crinkle property
This Roll
can also serve to provide animation properties to
a descendent Foil
, regardless if its serving its gradient.
This crinkle parameter defaults to Crinkle.smooth which
is not animated (although each Roll has its own AnimationController
).
A Crinkle
dictates speed, intensity, and directionality of animation.
- Crinkle.twinkling is a very slow moving preset
- Crinkle.vivacious is a highly-animated preset
- Build your own or opt to Crinkle.copyWith a preset
- Crinkle.scalar property can be used to invert, scale, or negate axes
- Crinkle.period determines the loop Duration
Implementation
final Crinkle crinkle;