Animatable constructor
Animatable({
- num? id,
- HTMLElement? target,
- num? total,
- Object? transforms,
Implementation
factory Animatable({
_i2.num? id,
_i3.HTMLElement? target,
_i2.num? total,
_i2.Object? transforms,
}) =>
Animatable._(
id: id,
target: target ?? _i5.undefined,
total: total,
transforms: transforms,
);