(duration)
| 1261 | } |
| 1262 | |
| 1263 | function applyBlocking(duration) { |
| 1264 | if (flags.blockTransition) { |
| 1265 | helpers.blockTransitions(node, duration); |
| 1266 | } |
| 1267 | |
| 1268 | if (flags.blockKeyframeAnimation) { |
| 1269 | blockKeyframeAnimations(node, !!duration); |
| 1270 | } |
| 1271 | } |
| 1272 | |
| 1273 | function closeAndReturnNoopAnimator() { |
| 1274 | runner = new $$AnimateRunner({ |
no test coverage detected