()
| 1828 | if (!before && !after) return; |
| 1829 | |
| 1830 | function applyOptions() { |
| 1831 | options.domOperation(); |
| 1832 | applyAnimationClasses(element, options); |
| 1833 | } |
| 1834 | |
| 1835 | function close() { |
| 1836 | animationClosed = true; |
no outgoing calls
no test coverage detected