()
| 967 | } |
| 968 | }, |
| 969 | toggleLoop = function toggleLoop() { |
| 970 | return loop(!loopEnabled); |
| 971 | }, |
| 972 | //ANIMATIONS list |
| 973 | updateList = function updateList() { |
| 974 | var animations = _getChildrenOf(declaredAnimation && !vars.globalSync ? declaredAnimation : _recordedRoot, true), |
no test coverage detected
searching dependent graphs…