(duration)
| 1283 | } |
| 1284 | |
| 1285 | function applyBlocking(duration) { |
| 1286 | if (flags.blockTransition) { |
| 1287 | blockTransitions(node, duration); |
| 1288 | } |
| 1289 | |
| 1290 | if (flags.blockKeyframeAnimation) { |
| 1291 | blockKeyframeAnimations(node, !!duration); |
| 1292 | } |
| 1293 | } |
| 1294 | |
| 1295 | function closeAndReturnNoopAnimator() { |
| 1296 | runner = new $$AnimateRunner({ |
no test coverage detected