()
| 1850 | if (!before && !after) return; |
| 1851 | |
| 1852 | function applyOptions() { |
| 1853 | options.domOperation(); |
| 1854 | applyAnimationClasses(element, options); |
| 1855 | } |
| 1856 | |
| 1857 | function close() { |
| 1858 | animationClosed = true; |
no outgoing calls
no test coverage detected