code/__HELPERS/animation_library.dm 
| /proc/animate_fade_grayscale | Animates fading an atom to grayscale |
|---|---|
| /proc/animate_fade_colored | Animates fading an atom from grayscale to normal color |
| /proc/animate_melt_pixel | Animates an atom melting downward with a bounce effect |
| /proc/animate_explode_pixel | Animates an atom exploding outward with random rotation and movement |
| /proc/animate_float | Animates an atom floating up and down with rotation |
| /proc/animate_levitate | Animates an atom levitating slightly with rotation |
| /proc/animate_ghostly_presence | Animates a ghostly presence effect with floating and rotation |
| /proc/animate_fading_leap_up | Animates an atom leaping upward while fading and scaling |
| /proc/animate_fading_leap_down | Animates an atom leaping downward while appearing and scaling down |
| /proc/animate_shake | Animates shaking an atom randomly on its tile |
| /proc/animate_teleport | Animates a teleportation effect with scaling and color change |
| /proc/animate_teleport_wiz | Animates a wizard-style teleportation effect |
| /proc/animate_rainbow_glow_old | Animates a simple rainbow color cycle (red, green, blue) |
| /proc/animate_rainbow_glow | Animates a full rainbow color cycle |
| /proc/animate_fade_to_color_fill | Animates fading to a specific color fill |
| /proc/animate_flash_color_fill | Animates flashing between a specific color and white |
| /proc/animate_flash_color_fill_inherit | Animates flashing between a specific color and the original color |
| /proc/animate_clownspell | Animates a clown spell effect with scaling and color change |
| /proc/animate_wiggle_then_reset | Animates wiggling an atom randomly then resetting to original position |
| /proc/animate_spin | Animates spinning an atom in the specified direction |
| /proc/animate_shockwave | Animates a shockwave effect with rotation and vertical movement |
| /proc/animate_rumble | Animates a rumbling effect by translating the atom in four directions |