(element, options)
| 159 | } |
| 160 | |
| 161 | function applyAnimationFromStyles(element, options) { |
| 162 | if (options.from) { |
| 163 | element.css(options.from); |
| 164 | options.from = null; |
| 165 | } |
| 166 | } |
| 167 | |
| 168 | function applyAnimationToStyles(element, options) { |
| 169 | if (options.to) { |
no outgoing calls
no test coverage detected