(element, options)
| 185 | } |
| 186 | |
| 187 | function applyAnimationStyles(element, options) { |
| 188 | applyAnimationFromStyles(element, options); |
| 189 | applyAnimationToStyles(element, options); |
| 190 | } |
| 191 | |
| 192 | function applyAnimationFromStyles(element, options) { |
| 193 | if (options.from) { |
no test coverage detected