Scrolling through that landing page felt a lot smoother & snappier than I would've expected for a page looking like that.
AnimeJs v4 Is Here
51–60 of 162 posts
Re: AnimeJs v4 Is Here
#52Scrolling through that landing page felt a lot smoother & snappier than I would've expected for a page looking like that.
yeah. i'm normally not a big fan of these scroll down and "shit-happens" sites, but that is VERY slick and cool. super nice.
Re: AnimeJs v4 Is Here
#53The landing page is amazing! The only issue I found with it was when checking the responsive layout example, I tried to resize my browser window and then the scroll was reset to top :(
Handling resize is a different beast than being responsive. Working for every viewport dimension under the sun is not the same thing as gracefully handling an animation while the viewport size changes - the latter is much more challenging.
That being said, when resizing a window, the scrollbar should not reset/jump to top. At the very least, it should revert to what it was when going back to full size.
Re: AnimeJs v4 Is Here
#54Re: AnimeJs v4 Is Here
#55Scrolling through that landing page felt a lot smoother & snappier than I would've expected for a page looking like that.
It's clever, but honestly I don't care how smooth it is. Scrolling should simply scroll a view up or down a page. Not invoke animation. We already have established UX patterns for playing media, slowing it down, speeding it up, randomly seeking through it.
Re: AnimeJs v4 Is Here
#56Re: AnimeJs v4 Is Here
#57Anyone remembers DHMTL from Internet Explorer 4.0? From that - to this. What an evolution of web technologies.
Re: AnimeJs v4 Is Here
#58Scrolling through that landing page felt a lot smoother & snappier than I would've expected for a page looking like that.
Julian (the author) is a genius. v4 has been in the making for some time, but, boy, is it worth the wait! I have used v3 (I am using it on my landing page and even built a small game engine with it), but this version is on a whole new level. Congrats to the author! Keep up the good work!
With proof!
I have rarely been so impressed with a web tech.
Re: AnimeJs v4 Is Here
#59Re: AnimeJs v4 Is Here
#60async/await + animation (ie- with AnimeJS) is highly underrated.
And mad props for skipping the now dying trend of refactoring entire codebase to TypeScript :)