A map of additional options to pass to the method. A string or number determining how long the animation will run. A string indicating which easing function to use for the transition. A Boolean indicating whether to place the animation in the effects queue. If false, the animation will begin immediately. As of jQuery 1.7, the queue option can also accept a string, in which case the animation is added to the queue represented by that string. When a custom queue name is used the animation does not automatically start; you must call .dequeue("queuename") to start it. A map of one or more of the CSS properties defined by the properties argument and their corresponding easing functions. A function to be called for each animated property of each animated element. This function provides an opportunity to modify the Tween object to change the value of the property before it is set. The numeric value of the property being animated at each step An object of properties related to the animation and the element being animated. For information about the tween object and its properties, see jQuery.Tween A function to be called after each step of the animation, only once per animated element regardless of the number of animated properties. An enhanced Promise object with additional properties for the animation A number from 0 to 1 indicating the progress of the animation A number indicating the remaining number of milliseconds until the scheduled end of the animation A function to call once the animation is complete. A function to call when the animation begins. An enhanced Promise object with additional properties for the animation A function to be called when the animation completes (its Promise object is resolved). An enhanced Promise object with additional properties for the animation Indicates whether the animation jumped to the end A function to be called when the animation fails to complete (its Promise object is rejected). An enhanced Promise object with additional properties for the animation Indicates whether the animation jumped to the end A function to be called when the animation completes or stops without completing (its Promise object is either resolved or rejected). An enhanced Promise object with additional properties for the animation Indicates whether the animation jumped to the end