Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Special FX With End Color Alpha = 1 Persists Indefinitely 💥

1512500843

Edited 1512500979
Bast L.
Pro
API Scripter
So I was messing around trying to make a blood bubble fx with larger bubbles, that didn't fade out (end color alpha = 1), and 1 or 2 of the bubbles will just stay there, seemingly permanently. If I switch pages and go back, it's gone, but otherwise it only goes away when I click for fx again. edit: here's the fx: { "angle": 270, "angleRandom": 35, "emissionRate": 1, "endColour": [175, 0, 0, 1], "endColourRandom": [20, 0, 0, 0], "gravity": {"x":0.01, "y":0.65}, "lifeSpan": 20, "lifeSpanRandom": 5, "maxParticles": 200, "size": 35, "sizeRandom": 3, "speed": 7, "speedRandom": 2, "startColour": [175, 0, 0, 1], "startColourRandom": [20, 0, 0, 0] }
1512501216
Bast L.
Pro
API Scripter
Actually, now that I took another look, scrolling will also make it go away. Maybe it's just a browser issue, and it's not updating? I'm using chrome 62.