$ModuleAnime class

Available extensions
Annotations
  • @JS('anime')
  • @staticInterop

Constructors

$ModuleAnime()

Properties

easings Object

Available on $ModuleAnime, provided by the $ModuleAnime$Typings extension

no setter
hashCode int
The hash code for this object.
no setterinherited
running List<AnimeInstance>

Available on $ModuleAnime, provided by the $ModuleAnime$Typings extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speed num

Available on $ModuleAnime, provided by the $ModuleAnime$Typings extension

no setter
version String

Available on $ModuleAnime, provided by the $ModuleAnime$Typings extension

no setter

Methods

bezier(num x1, num y1, num x2, num y2) num Function(num)

Available on $ModuleAnime, provided by the $ModuleAnime$Typings extension

get(dynamic targets, String prop, [String? unit]) Object

Available on $ModuleAnime, provided by the $ModuleAnime$Typings extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
path([dynamic path, num? percent]) → dynamic Function(String)

Available on $ModuleAnime, provided by the $ModuleAnime$Typings extension

random(num min, num max) num

Available on $ModuleAnime, provided by the $ModuleAnime$Typings extension

remove(Object targets) → void

Available on $ModuleAnime, provided by the $ModuleAnime$Typings extension

set(dynamic targets, Object value) → void

Available on $ModuleAnime, provided by the $ModuleAnime$Typings extension

setDashoffset([Element? el]) num

Available on $ModuleAnime, provided by the $ModuleAnime$Typings extension

stagger(Object value, [StaggerOptions? options]) FunctionBasedParameter

Available on $ModuleAnime, provided by the $ModuleAnime$Typings extension

timeline([Object? params]) AnimeTimelineInstance

Available on $ModuleAnime, provided by the $ModuleAnime$Typings extension

toString() String
A string representation of this object.
inherited

Operators

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