* Whether the runtime is allowed to animate at this time. * @param {!Node} contextNode * @return {boolean}
(contextNode)
| 261 | * @return {boolean} |
| 262 | */ |
| 263 | canAnimate(contextNode) { |
| 264 | return this.canAnimate_(devAssert(contextNode)); |
| 265 | } |
| 266 | |
| 267 | /** |
| 268 | * @param {!Node=} opt_contextNode |
no test coverage detected