OptionaldurationA string or number determining how long the animation will run.
OptionaleasingA string indicating which easing function to use for the transition.
OptionalqueueA 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.
OptionalspecialAn object containing one or more of the CSS properties defined by the properties argument and their corresponding easing functions.
OptionalalwaysOptionalcompleteA function that is called once the animation on an element is complete.
OptionaldoneOptionalfailOptionalprogressOptionalstartOptionalstep
See
<a href="https://api.jquery.com/animate/#animate-properties-options">https://api.jquery.com/animate/#animate-properties-options</a>