()
| 1861 | if (!before && !after) return; |
| 1862 | |
| 1863 | function applyOptions() { |
| 1864 | options.domOperation(); |
| 1865 | applyAnimationClasses(element, options); |
| 1866 | } |
| 1867 | |
| 1868 | function close() { |
| 1869 | animationClosed = true; |
no outgoing calls
no test coverage detected