I did it, but was it worth it?
I would definitely say "no" on this one.
While the finalized animation looks great and can be used in the already in place code, the fact of the matter is that it will definitely slow down everyone's browsing experience on the site. Only recommened for use with low framerate / fast loading .gif files.
Update: - Dec 23 2021 -
You all that is needed to have a much smoother experience is to make sure that the image is spread across the entire screen, instead of being placed like patches.
Here's the Code:
body
- background-image: url();
- background-size: cover;
- background-position: center;
- background-attachment: fixed;
Here are my .gifs:
Comments
Displaying 0 of 0 comments ( View all | Add Comment )