LinearAnimationBase class abstract

Implementers

Constructors

LinearAnimationBase()

Properties

artboard Artboard?
getter/setter pairinherited
context RuntimeArtboard
covariantgetter/setter pairinherited
coreType int
no setter
coreTypes Set<int>
no setter
duration int
Duration expressed in number of frames.
getter/setter pair
enableWorkArea bool
Whether or not the work area is enabled.
getter/setter pair
fps int
Frames per second used to quantize keyframe times to discrete values that match this rate.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasValidated bool
no setterinherited
id int
getter/setter pairinherited
loopValue int
Loop value option matches Loop enumeration.
getter/setter pair
name String
Name of the animation.
getter/setter pairinherited
quantize bool
Whether frames are quantized to desired frame rate or floating based on runtime speed.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speed double
Playback speed multiplier.
getter/setter pair
workEnd int
End of the work area in frames.
getter/setter pair
workStart int
Start of the work area in frames.
getter/setter pair

Methods

clone<K extends Core<CoreContext>>() → K?
Make a duplicate of this core object, N.B. that all properties excluding object id are copied.
inherited
copy(covariant Core<CoreContext> source) → void
Copies property values, currently doesn't trigger change callbacks. It's meant to be a helper for clone.
durationChanged(int from, int to) → void
enableWorkAreaChanged(bool from, bool to) → void
fpsChanged(int from, int to) → void
import(ImportStack stack) bool
inherited
loopValueChanged(int from, int to) → void
nameChanged(String from, String to) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAdded() → void
inherited
onAddedDirty() → void
inherited
onRemoved() → void
inherited
quantizeChanged(bool from, bool to) → void
remove() → void
inherited
speedChanged(double from, double to) → void
toString() String
A string representation of this object.
inherited
validate() bool
inherited
workEndChanged(int from, int to) → void
workStartChanged(int from, int to) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited