animated/elastics
library
Classes
-
ElasticIn
-
Class ElasticIn:
key: optional widget key reference
child: mandatory, widget to animate
duration: how much time the animation should take
delay: delay before the animation starts
controller: optional/mandatory, exposes the animation controller created by Animate_do
the controller can be use to repeat, reverse and anything you want, its just an animation controller
-
ElasticInDown
-
Class ElasticInDown:
key: optional widget key reference
child: mandatory, widget to animate
duration: how much time the animation should take
delay: delay before the animation starts
controller: optional/mandatory, exposes the animation controller created by Animate_do
the controller can be use to repeat, reverse and anything you want, its just an animation controller
-
ElasticInDownState
-
StateClass, where the magic happens
-
ElasticInLeft
-
Class ElasticInLeft:
key: optional widget key reference
child: mandatory, widget to animate
duration: how much time the animation should take
delay: delay before the animation starts
controller: optional/mandatory, exposes the animation controller created by Animate_do
the controller can be use to repeat, reverse and anything you want, its just an animation controller
-
ElasticInLeftState
-
StateClass, where the magic happens
-
ElasticInRight
-
Class ElasticInRight:
key: optional widget key reference
child: mandatory, widget to animate
duration: how much time the animation should take
delay: delay before the animation starts
controller: optional/mandatory, exposes the animation controller created by Animate_do
the controller can be use to repeat, reverse and anything you want, its just an animation controller
-
ElasticInState
-
StateClass, where the magic happens
-
ElasticInUp
-
Class ElasticInUp:
key: optional widget key reference
child: mandatory, widget to animate
duration: how much time the animation should take
delay: delay before the animation starts
controller: optional/mandatory, exposes the animation controller created by Animate_do
the controller can be use to repeat, reverse and anything you want, its just an animation controller