UNPKG

rsuite

Version:

A suite of react components

9 lines (7 loc) 198 B
export default function getAnimationEnd() { const style = document.createElement('div').style; if ('webkitAnimation' in style) { return 'webkitAnimationEnd'; } return 'animationend'; }