You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current fire GIF appears low-resolution, pixelated, and lacks scalability. There are many pure CSS fire animation solutions available, which would offer better performance and scalability.
The text was updated successfully, but these errors were encountered:
The pixelation is a stylistic choice. What are the scalability issues you're seeing?
I prefer the text and flame to be scaled dynamically with the screen size instead of being fixed in pixels. On larger screens, the grift counter is hardly noticeable.
The most performant solution would be a CSS-based background-image of the sprite animation of the fire using a shifting Y axis. Pure CSS element-based renderers are heavy on mobile devices and Chrome is notoriously bad at rendering many gifs or a single large one.
The current fire GIF appears low-resolution, pixelated, and lacks scalability. There are many pure CSS fire animation solutions available, which would offer better performance and scalability.
The text was updated successfully, but these errors were encountered: