UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

9 lines (6 loc) 184 B
import { nextEvent } from './chunk-EFYVR3QV.mjs'; // src/transitionEnd.ts function transitionEnd(element) { return nextEvent(element, "transitionend"); } export { transitionEnd };