(element, options)
| 205 | } |
| 206 | |
| 207 | function applyAnimationStyles(element, options) { |
| 208 | applyAnimationFromStyles(element, options); |
| 209 | applyAnimationToStyles(element, options); |
| 210 | } |
| 211 | |
| 212 | function applyAnimationFromStyles(element, options) { |
| 213 | if (options.from) { |
no test coverage detected