Defines how a list of elements (HTML Element, SVG element and Virtual Element),
inside a defined by will have a list of
[properties](#Animation Properties) (left, src, color, font-size, ...) modified over time.
Animations are added in parallel, via addAnimation, and in series via addSerialAnimations.
Although, the animations that are added in parallel, they can be
via position parameter.
An animation has an [](#Animation Interpolator) that passes a t parameter from
Start Value to Value through the
[](#Animation Pipeline).
An animation doesn't communicates direct with an HTMLElement attributes, instead
uses an to serve as an interface, allowing for an
[animation property](#Animation Properties) to map into different type of Elements
and to map an animation property into multiple element properties such [](#Dual Properties).
which are also added via addAnimation and
allow to create complex animations and special effects.
Description
Defines how a list of elements (HTML Element, SVG element and Virtual Element), inside a defined by will have a list of [properties](#Animation Properties) (left, src, color, font-size, ...) modified over time.
Animations are added in parallel, via
addAnimation, and in series viaaddSerialAnimations. Although, the animations that are added in parallel, they can be viapositionparameter.An animation has an [](#Animation Interpolator) that passes a
tparameter from Start Value to Value through the [](#Animation Pipeline).An animation doesn't communicates direct with an HTMLElement attributes, instead uses an to serve as an interface, allowing for an [animation property](#Animation Properties) to map into different type of Elements and to map an animation property into multiple element properties such [](#Dual Properties).
which are also added via
addAnimationand allow to create complex animations and special effects.