()
| 1844 | if (!before && !after) return; |
| 1845 | |
| 1846 | function applyOptions() { |
| 1847 | options.domOperation(); |
| 1848 | applyAnimationClasses(element, options); |
| 1849 | } |
| 1850 | |
| 1851 | function close() { |
| 1852 | animationClosed = true; |
no outgoing calls
no test coverage detected