#9 jQuery Animation Effects

Опубликовано: 30 Сентябрь 2024
на канале: QA Box Let's Test
188
4

animate()
Runs a custom animation on the selected elements
fadeIn()
Fades in the selected elements
fadeOut()
Fades out the selected elements
fadeTo()
Fades in/out the selected elements to a given opacity
fadeToggle()
Toggles between the fadeIn() and fadeOut() methods
slideDown()
Slides-down (shows) the selected elements
slideUp()
Slides-up (hides) the selected elements
slideToggle()
Toggles between the slideUp() and slideDown() methods
hide()
Hides the selected elements
show()
Shows the selected elements
toggle()
Toggles between the hide() and show() methods
stop()
Stops the currently running animation for the selected elements
clearQueue(), delay(), dequeue(), finish(),queue()