Last updated

API / geotoolkit / animation / effects / AbstractEffect / AbstractEffect

Namespace: AbstractEffect

effects.AbstractEffect.AbstractEffect

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Object

object that contains effect options

Type declaration

NameTypeDescription
accumulate?AccumulateControls whether or not the animation is cumulative. For more information
additive?AdditiveControls whether or not the animation is additive. For more information .
attributenamestringname of animated attribute
begin?stringThe begin time of an animation in ms or 'auto' for transition animation
calcmode?CalcModeDefines effect's interpolation mode.
duration?numbereffect duration
fill?AnimationFillDefines animation behavior after it ends.
from?anystart value of animated attribute, ignored when 'begin'='auto'
function?Functions | Functioneasing function, if provide keypoints param will be ignored
id?stringeffect id
keypoints?number[]-
processor?AbstractProcessorprocessor for the animation data
repeatcount?numberrepeat count
to?anyend value of animated attribute, ignored when 'begin'='auto'
type?stringtype animated attribute for 'attributename'='transform', valid value: 'translate', 'scale', 'rotate'
unit?stringunit, by default effects work in model coordinates
values?any[]-