InterpolateValueAction

Action

Description

class InterpolateValueAction extends Action

Constructor

new InterpolateValueAction(triggerOptions, target, propertyPath, value, duration, condition, stopOtherAnimations, undefined, onInterpolationDone)

Parameters

Name Type Description
triggerOptions any
target any
propertyPath string
value any
optional duration number
optional condition Condition
optional stopOtherAnimations boolean or undefined

Members

propertyPath : string

value : any

duration : number

stopOtherAnimations : boolean

undefined : undefined

onInterpolationDone : () => () => void

undefined : () => void

onInterpolationDoneObservable : Observable<InterpolateValueAction>

undefined : () => void

Methods

execute() void

serialize(parent) any

Parameters

Name Type Description
parent any