Twitch Chat Animated Emotes Wall Overlay

This is a Twitch OBS overlay that displays emotes from Twitch chat. Emotes fly across the screen or stay on screen and pile up. Tested with 1000 emotes on screen at the same time. Emotes first appear from a random location on the screen and randomly move across the screen.

Custom CSS options:
This is custom CSS that you can add to the OBS browser source CSS properties.

Add a drop shadow to emotes
.latestblock img { filter: drop-shadow(5px 5px 15px #00000090); }
Flip emotes
.latestblock img { transform: scaleX(-1) !important; }
Grayscale emotes
.latestblock img { filter: grayscale(100%) !important; }
Pride (rainbow) behind emotes
.latestblock img { border-image: linear-gradient(red, orange, yellow, green, blue, violet) 25% 25% 25% 25% / 40px 40px !important; }

If set, this will only display emotes from the bot account/user. This can also be set to use your main Twitch account/user. Great for alerts that use a bot account.

Options

Emotes
 Seconds
 Seconds
28x28, 56x56, 112x112, Random
 px
Emotes will persist on screen until you refresh the browser source.


Made with by Teklynk