(element, options)
| 190 | } |
| 191 | |
| 192 | function applyAnimationFromStyles(element, options) { |
| 193 | if (options.from) { |
| 194 | element.css(options.from); |
| 195 | options.from = null; |
| 196 | } |
| 197 | } |
| 198 | |
| 199 | function applyAnimationToStyles(element, options) { |
| 200 | if (options.to) { |
no outgoing calls
no test coverage detected