(duration)
| 1090 | } |
| 1091 | |
| 1092 | function applyBlocking(duration) { |
| 1093 | if (flags.blockTransition) { |
| 1094 | blockTransitions(node, duration); |
| 1095 | } |
| 1096 | |
| 1097 | if (flags.blockKeyframeAnimation) { |
| 1098 | blockKeyframeAnimations(node, !!duration); |
| 1099 | } |
| 1100 | } |
| 1101 | |
| 1102 | function closeAndReturnNoopAnimator() { |
| 1103 | runner = new $$AnimateRunner({ |
no test coverage detected