Animatable constructor

Animatable({
  1. num? id,
  2. HTMLElement? target,
  3. num? total,
  4. 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,
    );