Event Value Popups¶
View Source Author: WolfwithSword
An overlay for displaying animated values from events. You can customize it a variety of ways, such as which events, which values, colours, and animation style.
Configuration¶
CSS Variables¶
| Variable | Description |
|---|---|
positive-time-color |
Colour for time additions |
negative-time-color |
Colour for time reductions (reverse subathons) |
points-color |
Colour for points values |
money-color |
Colour for money values |
font |
Font family |
font-size |
Base font size |
JS Variables¶
| Variable | Type | Description |
|---|---|---|
applicableEvents |
EventTypeList |
Which events trigger a popup |
showSeconds |
Boolean | Show seconds added/removed |
showPoints |
Boolean | Show points added |
showMoney |
Boolean | Show the money value in its original currency. Twitch Cheers display as bits. |
animation |
StringSelect | Popup animation style: float-up, float-down, popup |
groupGifts |
Boolean | If true, gift subs/memberships are grouped and show combined points/seconds. If false, each gift is shown individually. |