(element, options)
| 154 | } |
| 155 | |
| 156 | function applyAnimationStyles(element, options) { |
| 157 | applyAnimationFromStyles(element, options); |
| 158 | applyAnimationToStyles(element, options); |
| 159 | } |
| 160 | |
| 161 | function applyAnimationFromStyles(element, options) { |
| 162 | if (options.from) { |
no test coverage detected