I have a page with different elements , each animating using css animation and each will start and stop respectively.
I was wondering if I could use javascript or jQuery to skip all animations to final state with one click. Is that possible?
Suppose the page has this format
<div class="divone">text1</div>
<div class="divtwo">text2</div>
<div class="divthree">text3</div>