Effect chaining

PHOTO EMBED

Wed Jan 19 2022 19:43:47 GMT+0000 (Coordinated Universal Time)

Saved by @shinesheray

$("button").css("color", "blue").slideDown(500).slideUp(500); // example of effect chaining
content_copyCOPY