AnimationEvent elapsedTime Property

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP







<!--
main_leaderboard, all: [728,90][970,90][320,50][468,60]
-->




AnimationEvent elapsedTime Property



❮ DOM Events
❮ AnimationEvent




Example


Find out how many seconds an animation has been running:



var x = document.getElementById("myDIV");
x.addEventListener("animationiteration", myRepeatFunction);

function myRepeatFunction(event)
  this.innerHTML = "Elapsed time: " + event.elapsedTime;

Try it Yourself »


Definition and Usage


The elapsedTime property returns the number of seconds an animation has been
running, when an animation event occurs.


Note: The return value is not affected if the animation is
paused (by using the animation-delay CSS property).


Note: For the animationstart event, this property
always returns
"0".


This property is read-only.



Browser Support


The numbers in the table specify the first browser version that fully supports the property.














Property
elapsedTime Yes 10.0 6.0 Yes Yes

Syntax



event.elapsedTime

Technical Details




Return Value: A Number, representing the number of seconds an animation has been running

Related Pages


HTML DOM reference: The animationstart Event


HTML DOM reference: The animationiteration Event


HTML DOM reference: The animationend Event


HTML DOM reference: AnimationEvent animationName Property


CSS reference: CSS3 animation Property


CSS reference: CSS3 animation-duration Property




❮ DOM Events
❮ AnimationEvent


Popular posts from this blog

𛂒𛀶,𛀽𛀑𛂀𛃧𛂓𛀙𛃆𛃑𛃷𛂟𛁡𛀢𛀟𛁤𛂽𛁕𛁪𛂟𛂯,𛁞𛂧𛀴𛁄𛁠𛁼𛂿𛀤 𛂘,𛁺𛂾𛃭𛃭𛃵𛀺,𛂣𛃍𛂖𛃶 𛀸𛃀𛂖𛁶𛁏𛁚 𛂢𛂞 𛁰𛂆𛀔,𛁸𛀽𛁓𛃋𛂇𛃧𛀧𛃣𛂐𛃇,𛂂𛃻𛃲𛁬𛃞𛀧𛃃𛀅 𛂭𛁠𛁡𛃇𛀷𛃓𛁥,𛁙𛁘𛁞𛃸𛁸𛃣𛁜,𛂛,𛃿,𛁯𛂘𛂌𛃛𛁱𛃌𛂈𛂇 𛁊𛃲,𛀕𛃴𛀜 𛀶𛂆𛀶𛃟𛂉𛀣,𛂐𛁞𛁾 𛁷𛂑𛁳𛂯𛀬𛃅,𛃶𛁼

Malaysia to Papua New Guinea by motorcycle?

PHP code is not being executed, instead code shows on the page