Usages of WebGLAnimationEasing
Properties
easing | in WebGLAnimationTiming | Gets the easing function to apply for each iteration. | |
easing | in WebGLTransition | Gets the easing function to apply for the transition. |
Method Return Values
from (WebGLAnimationEasing) | in WebGLAnimationEasing | Converts the given argument to an enum constant of this enum type. |
Method Parameters
from (WebGLAnimationEasing) | in WebGLAnimationEasing | Converts the given argument to an enum constant of this enum type. | |
getName (WebGLAnimationEasing) | in WebGLAnimationEasing | Returns the name of the given enum constant. | |
WebGLAnimationTiming (TimeSpan?, WebGLAnimationEasing?, number?, WebGLAnimationDirection?) | in WebGLAnimationTiming | Creates a new immutable instance with the provided values. | |
WebGLTransition (WebGLTransitionProperties?, TimeSpan?, WebGLAnimationEasing?) | in WebGLTransition | Creates a new immutable instance with the provided values. |