Inheritance
System.Object
TweenVisitorCheckStartAnimation
public class TweenVisitorCheckStartAnimation : TweenVisitor
Constructors
Declaration
public TweenVisitorCheckStartAnimation()
Fields
Declaration
public bool shouldStartAnimation
Field Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
public Tween<T> visit<T, T2>(ImplicitlyAnimatedWidgetState<T2> state, Tween<T> tween, T targetValue, TweenConstructor<T> constructor)
where T2 : ImplicitlyAnimatedWidget
Parameters
Returns
Type |
Description |
Tween<T> |
|
Type Parameters
Implements