(animationName, delayLength)
| 28715 | }); |
| 28716 | } |
| 28717 | function _createDefaultAnimation(animationName, delayLength) { |
| 28718 | return { |
| 28719 | animationName: animationName, |
| 28720 | animationIterationCount: DEFAULT_ITERATION_COUNT, |
| 28721 | animationDuration: DEFAULT_DURATION, |
| 28722 | animationDelay: delayLength || DEFAULT_DELAY |
| 28723 | }; |
| 28724 | } |
| 28725 | var PulsingBeaconAnimationStyles = { |
| 28726 | continuousPulseAnimationDouble: _continuousPulseAnimationDouble, |
| 28727 | continuousPulseAnimationSingle: _continuousPulseAnimationSingle, |
nothing calls this directly
no outgoing calls
no test coverage detected