Package | Description |
---|---|
com.hyjavastock.model.common |
Modifier and Type | Field and Description |
---|---|
static AnimationOptions |
AnimationOptions.NULL |
Modifier and Type | Method and Description |
---|---|
AnimationOptions |
AnimationOptions.setComplete(Function complete)
A callback function to exectute when the animation finishes.
|
AnimationOptions |
AnimationOptions.setDefer(Number defer)
The animation defer in milliseconds.
|
AnimationOptions |
AnimationOptions.setDuration(Number duration)
The animation duration in milliseconds.
|
AnimationOptions |
AnimationOptions.setEasing(Function easingAsFunction)
The name of an easing function as defined on the Math object.
|
AnimationOptions |
AnimationOptions.setEasing(String easingAsString)
The name of an easing function as defined on the Math object.
|
AnimationOptions |
AnimationOptions.setStep(Function step)
A callback function to execute on each step of each attribute or CSS property that's being animated.
|
Copyright © 2022. All rights reserved.