(node, bool)
| 1986 | } |
| 1987 | |
| 1988 | function blockAnimations(node, bool) { |
| 1989 | node.style[ANIMATION_PROP + ANIMATION_PLAYSTATE_KEY] = bool ? 'paused' : ''; |
| 1990 | } |
| 1991 | |
| 1992 | function animateBefore(animationEvent, element, className, styles) { |
| 1993 | if (animateSetup(animationEvent, element, className, styles)) { |
no outgoing calls
no test coverage detected