UNPKG

rsuite

Version:

A suite of react components

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