(duration)
| 1300 | } |
| 1301 | |
| 1302 | function applyBlocking(duration) { |
| 1303 | if (flags.blockTransition) { |
| 1304 | blockTransitions(node, duration); |
| 1305 | } |
| 1306 | |
| 1307 | if (flags.blockKeyframeAnimation) { |
| 1308 | blockKeyframeAnimations(node, !!duration); |
| 1309 | } |
| 1310 | } |
| 1311 | |
| 1312 | function closeAndReturnNoopAnimator() { |
| 1313 | runner = new $$AnimateRunner({ |
no test coverage detected