API / geotoolkit / animation / effects / AbstractEffect / AbstractEffect
effects.AbstractEffect.AbstractEffect
Type Aliases
Type Aliases
Ƭ Options: Object
object that contains effect options
| Name | Type | Description |
|---|---|---|
accumulate? | Accumulate | Controls whether or not the animation is cumulative. For more information |
additive? | Additive | Controls whether or not the animation is additive. For more information . |
attributename | string | name of animated attribute |
begin? | string | The begin time of an animation in ms or 'auto' for transition animation |
calcmode? | CalcMode | Defines effect's interpolation mode. |
duration? | number | effect duration |
fill? | AnimationFill | Defines animation behavior after it ends. |
from? | any | start value of animated attribute, ignored when 'begin'='auto' |
function? | Functions | Function | easing function, if provide keypoints param will be ignored |
id? | string | effect id |
keypoints? | number[] | - |
processor? | AbstractProcessor | processor for the animation data |
repeatcount? | number | repeat count |
to? | any | end value of animated attribute, ignored when 'begin'='auto' |
type? | string | type animated attribute for 'attributename'='transform', valid value: 'translate', 'scale', 'rotate' |
unit? | string | unit, by default effects work in model coordinates |
values? | any[] | - |