Welcome to Vanilla Breeze
This bell pulls live notifications from /go/notify/messages — the same contract documented at /docs/concepts/service-contracts/. Static articles like this one are the no-JS / no-backend fallback.
This bell pulls live notifications from /go/notify/messages — the same contract documented at /docs/concepts/service-contracts/. Static articles like this one are the no-JS / no-backend fallback.
The data-ticker attribute has been replaced by data-effect='ticker'. See the data-effect page for documentation.
The data-ticker attribute has been removed. The ticker is now part of the unified effects system.
<data value="50000" data-effect="ticker" data-trigger="scroll" style="--vb-ticker-duration: 2000">50,000</data>
| Old (removed) | New |
|---|---|
data-ticker | data-effect="ticker" |
data-ticker="2000" (duration) | style="--vb-ticker-duration: 2000" |
data-ticker-start="500" | style="--vb-ticker-start: 500" |
data-ticker-decimals="2" | style="--vb-ticker-decimals: 2" |
| (auto IntersectionObserver) | data-trigger="scroll" |