Get the animation or the transition duration
Name | Type | Description | Status | Default |
---|---|---|---|---|
$elm | { HTMLElement } | The element to get the animation/transition duration from | required |
Return { Integer } The animation/transition duration in ms
import getTransmationDuration from 'coffeekraken-sugar/js/dom/getTransmationDuration'
getTransmationDuration($myElm) // 200
Author : Olivier Bossel [email protected] https://olivierbossel.com