(element, options)
| 210 | } |
| 211 | |
| 212 | function applyAnimationFromStyles(element, options) { |
| 213 | if (options.from) { |
| 214 | element.css(options.from); |
| 215 | options.from = null; |
| 216 | } |
| 217 | } |
| 218 | |
| 219 | function applyAnimationToStyles(element, options) { |
| 220 | if (options.to) { |
no outgoing calls
no test coverage detected