Liking cljdoc? Tell your friends :D

web.animation.Animation

The Animation interface of the Web Animations API represents single animation player and provides playback controls and a for an animation node or source.

The Animation interface of the Web Animations API represents
single animation player and provides playback controls and a
for an animation node or source.
raw docstring

web.animation.AnimationEffect

The AnimationEffect interface of the Web Animations API defines and future animation effects like web.animation.KeyframeEffect, can be passed to web.animation.Animation objects for playing, KeyframeEffectReadOnly (which is used by CSS Animations and

The AnimationEffect interface of the Web Animations API defines
and future animation effects like `web.animation.KeyframeEffect`,
can be passed to `web.animation.Animation` objects for playing,
`KeyframeEffectReadOnly` (which is used by CSS Animations and
raw docstring

web.animation.AnimationEvent

The AnimationEvent interface represents events providing information to animations.

The AnimationEvent interface represents events providing information
to animations.
raw docstring

web.animation.AnimationPlaybackEvent

The AnimationPlaybackEvent interface of the Web Animations API animation events.

The AnimationPlaybackEvent interface of the Web Animations API
animation events.
raw docstring

web.animation.AnimationTimeline

The AnimationTimeline interface of the Web Animations API represents timeline of an animation. This interface exists to define timeline (inherited by web.animation.DocumentTimeline and future timeline and is not itself directly used by developers. Anywhere you see you should use DocumentTimeline or any other timeline type instead.

The AnimationTimeline interface of the Web Animations API represents
timeline of an animation. This interface exists to define timeline
(inherited by `web.animation.DocumentTimeline` and future timeline
and is not itself directly used by developers. Anywhere you see
you should use DocumentTimeline or any other timeline type instead.
raw docstring

web.animation.core

web.animation interfaces.

web.animation interfaces.
raw docstring

No vars found in this namespace.

web.animation.DocumentTimeline

The DocumentTimeline interface of the the Web Animations API animation timelines, including the default document timeline via Document.timeline).

The DocumentTimeline interface of the the Web Animations API
animation timelines, including the default document timeline
via `Document.timeline`).
raw docstring

web.animation.EffectTiming

The EffectTiming dictionary, part of the Web Animations API, used by Element.animate(), KeyframeEffectReadOnly(), and to describe timing properties for animation effects. These properties all optional, although without setting a duration the animation not play.

The EffectTiming dictionary, part of the Web Animations API,
used by `Element.animate()`, `KeyframeEffectReadOnly()`, and
to describe timing properties for animation effects. These properties
all optional, although without setting a duration the animation
not play.
raw docstring

web.animation.KeyframeEffect

The KeyframeEffect interface of the Web Animations API lets us sets of animatable properties and values, called keyframes. These then be played using the Animation() constructor.

The KeyframeEffect interface of the Web Animations API lets us
sets of animatable properties and values, called keyframes. These
then be played using the `Animation()` constructor.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close