StateVisualizer.SetAnimationTransitionDuration(String, Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set the AnimationTransitionDuration for a state.
public:
void SetAnimationTransitionDuration(System::String ^ stateName, float transitionDurationValue);
public void SetAnimationTransitionDuration (string stateName, float transitionDurationValue);
member this.SetAnimationTransitionDuration : string * single -> unit
Public Sub SetAnimationTransitionDuration (stateName As String, transitionDurationValue As Single)
Parameters
- stateName
- String
The name of the state
- transitionDurationValue
- Single
The duration of the transition in seconds