Readit News logoReadit News
JulianGarnier commented on AnimeJs v4 Is Here   animejs.com/... · Posted by u/adrianvoica
JulianGarnier · a year ago
Hey I'm the author of the lib, I'm thinking about making a course on how to re-create the landing page, would that be something you're interested in?
JulianGarnier · a year ago
It's decided, I'm making a course!

I'll explain how the new Anime.js website was created by recreating the entire landing page from scratch, while sharing all the animation tricks and techniques I've learned throughout the years.

You can join the waitlist here https://animejs.com/learn/

Loading parent story...

Loading comment...

Loading parent story...

Loading comment...

JulianGarnier commented on AnimeJs v4 Is Here   animejs.com/... · Posted by u/adrianvoica
rsingla · a year ago
I cannot believe this is real, it was so well done. It felt like creativity of the internet from the early 2000s met the polished design standards of today.
JulianGarnier · a year ago
Hey I'm the author of the lib, I think this is my favorite comment about the landing page I read so far. I've started learning web development with Flash in the 2000s, so this hits home. Thank you!
JulianGarnier commented on AnimeJs v4 Is Here   animejs.com/... · Posted by u/adrianvoica
jacobgkau · a year ago
Part of the smoothness here is that scrolling the text is 1:1 once you get down to the sections with colored headers. It demonstrates that it's possible to make a page look fancy like that without "breaking" your intuition of what scrolling "should be."

JS animations obviously don't take the place of video/audio media that you'd play/scrub through.

JulianGarnier · a year ago
Hey I'm the author of the lib, exactly, I don't really "highjack" the body scroll, I'm only controlling the background animations with it, while keeping most of the body content scroll naturally with the page.
JulianGarnier commented on AnimeJs v4 Is Here   animejs.com/... · Posted by u/adrianvoica
azemetre · a year ago
Do they explain how they made the landing page or share the code somewhere? I agree, it's stunning.
JulianGarnier · a year ago
Hey I'm the author of the lib, I'm thinking about making a course on how to re-create the landing page, would that be something you're interested in?
JulianGarnier commented on Anime.js – A lightweight JavaScript animation library   animejs.com/... · Posted by u/doodlesdev
mkoryak · 3 years ago
Why do your docs use `var` for variable declarations?
JulianGarnier · 3 years ago
Because the docs have been written 4 years ago, and back then const and let weren’t widely used.

The upcoming documentation for V4 has been completely rewritten with up to date JavaScript.

JulianGarnier commented on Anime.js – A lightweight JavaScript animation library   animejs.com/... · Posted by u/doodlesdev
geenat · 3 years ago
haha I mean, it's just built into browsers now. Nothing stopping someone from still using anime.js
JulianGarnier · 3 years ago
Creating something like the homepage of animejs.com without an animation library today is still quite challenging.

Loading parent story...

Loading comment...

JulianGarnier commented on Anime.js – A lightweight JavaScript animation library   animejs.com/... · Posted by u/doodlesdev
nextaccountic · 3 years ago
So another comment says that CSS Tweening makes your lib obsolete, which I don't think is true, but,

Can Anime.js make use of CSS Tweening on browsers that support it? Maybe as an optimization, rather than using requestAnimationFrame, on some kinds of animations

JulianGarnier · 3 years ago
Not planned for now, but I haven't really looked into it. I'll consider after the V4 is released.

u/JulianGarnier

KarmaCake day579March 23, 2012View Original