The element(s) to be slid up
A list of options.
OptionaladdClass?: stringA class to add to the element at the end of the animation
Optionalanimate?: booleanIndicate whether animation should be skipped or executed
Optionalcallback?: FunctionA callback to execute at the end of the animation
Optionaldelete?: booleanDelete the element at the end of the animation
Optionalduration?: numberDuration in milliseconds for the animation to last. Calculated based on element height if not explicitly provided.
OptionalremoveClass?: stringA class to remove from the element at the end of the animation
Animate a DOM element to slide out of view.