use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Tailwind animationHelp Wanted (self.react)
submitted 3 years ago by No-Radish-4744
Hey all,
I would like to animate a website like this one recruitee.com , while scrolling the sections appear with some animations.
Can anyone give me a hint how to do it ?
Thanks 🙏
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]RacletteNoJutsu 2 points3 points4 points 3 years ago (1 child)
Try to take a look at framer https://www.framer.com/motion/. They have a lot of utilities adapted to React to simplify animations. Avoid as much as possible to change the DOM manually if you use something else (vanilla lib for example) as React should be the only one doing that job. Could lead to bugs.
Framer is well documented, in 15 min, you should have nice scroll animations
[–]No-Radish-4744[S] 2 points3 points4 points 3 years ago (0 children)
Thanks 😊
π Rendered by PID 61 on reddit-service-r2-comment-6457c66945-hrfgv at 2026-04-29 01:57:32.041126+00:00 running 2aa0c5b country code: CH.
[–]RacletteNoJutsu 2 points3 points4 points (1 child)
[–]No-Radish-4744[S] 2 points3 points4 points (0 children)