max-mapper / yo-yo

A tiny library for building modular UI components using DOM diffing and ES6 tagged template literals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ontransitionend for events

tgfjt opened this issue · comments

Hi:)
Do we need ontransitionend?
https://developer.mozilla.org/docs/Web/Events/transitionend

<button class="button is-animating" ontransitionend=${done}>
  Submit
</button>
commented