KeyframeEffect class

Implemented types
Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

KeyframeEffect.$1()
factory
KeyframeEffect.$2(KeyframeEffect source)
factory
KeyframeEffect.$3([Element? target, dynamic keyframes, Object? options])
factory

Properties

composite CompositeOperation

Available on KeyframeEffect, provided by the KeyframeEffect$Typings extension

MDN Reference
getter/setter pair
getComputedTiming ComputedEffectTiming Function()

Available on AnimationEffect, provided by the AnimationEffect$Typings extension

getter/setter pair
getKeyframes List<ComputedKeyframe> Function()

Available on KeyframeEffect, provided by the KeyframeEffect$Typings extension

getter/setter pair
getTiming EffectTiming Function()

Available on AnimationEffect, provided by the AnimationEffect$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iterationComposite IterationCompositeOperation

Available on KeyframeEffect, provided by the KeyframeEffect$Typings extension

MDN Reference
getter/setter pair
pseudoElement String?

Available on KeyframeEffect, provided by the KeyframeEffect$Typings extension

MDN Reference
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setKeyframes ↔ void Function([dynamic])

Available on KeyframeEffect, provided by the KeyframeEffect$Typings extension

getter/setter pair
target Element?

Available on KeyframeEffect, provided by the KeyframeEffect$Typings extension

MDN Reference
getter/setter pair
updateTiming ↔ void Function([OptionalEffectTiming?])

Available on AnimationEffect, provided by the AnimationEffect$Typings extension

getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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