@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="AnimationEffect")
public class AnimationEffect
extends JsObject
| Modifier | Constructor and Description |
|---|---|
protected |
AnimationEffect() |
| Modifier and Type | Method and Description |
|---|---|
@JsNonNull ComputedEffectTiming |
getComputedTiming()
The getComputedTiming() method of the AnimationEffect interface returns the calculated timing properties for this animation effect.
|
@JsNonNull EffectTiming |
getTiming()
The AnimationEffect.getTiming() method of the AnimationEffect interface returns an EffectTiming object containing the timing properties for the Animation Effect.
|
void |
updateTiming()
The updateTiming() method of the AnimationEffect interface updates the specified timing properties for an animation effect.
|
void |
updateTiming(OptionalEffectTiming timing)
The updateTiming() method of the AnimationEffect interface updates the specified timing properties for an animation effect.
|
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuespublic @JsNonNull ComputedEffectTiming getComputedTiming()
public @JsNonNull EffectTiming getTiming()
public void updateTiming(@Nonnull
OptionalEffectTiming timing)
public void updateTiming()