Any places on the interwebs that go deep into animation and psychology? Animating and morphing svgs, the pyschology of different timing functions and how to think about them, cubics, superellipses, squircles, guiding principles for sequencing and animation, the personality of different effects like happy poppy effects or swift sliding effects, microanimations with lots of examples and galleries and rules of thumb and luminaries in the field? Even the underlyhing mathematics if possible? I want to go hardcore parkuor into the world of animations
Hey there! I've been thinking, what if we try something different instead of using async await? We could opt for a sequence array approach, like this: const sequence = [ ["ul", { opacity: 1 }, { duration: 0.5 }], ["li", { x: [-100, 0] }, { delay: stagger(0.1) }] ]; animate(sequence, { duration: 10 }); Also, regarding the hover state for buttons, instead of creating isCursorLoaded and setIsCursorLoader states, why not simply apply a Tailwind CSS class like opacity-0. I think it'll give our project a cleaner and cooler look. What do you think? 😊🚀
Good stuff, but I think with the array we could be sacrificing readability and with the cursor, it still needs to be loaded. If I understood that last part correctly
great tutorial man, loved it. was wondering whether you can explain how to do page transition with the app directory? I was looking all over for it but cant find one so far, are there any workarounds ?
This channel's gonna blow up...... Amazing content and great example
Thanks a lot!
Any places on the interwebs that go deep into animation and psychology? Animating and morphing svgs, the pyschology of different timing functions and how to think about them, cubics, superellipses, squircles, guiding principles for sequencing and animation, the personality of different effects like happy poppy effects or swift sliding effects, microanimations with lots of examples and galleries and rules of thumb and luminaries in the field? Even the underlyhing mathematics if possible? I want to go hardcore parkuor into the world of animations
Hey there! I've been thinking, what if we try something different instead of using async await? We could opt for a sequence array approach, like this:
const sequence = [
["ul", { opacity: 1 }, { duration: 0.5 }],
["li", { x: [-100, 0] }, { delay: stagger(0.1) }]
];
animate(sequence, { duration: 10 });
Also, regarding the hover state for buttons, instead of creating isCursorLoaded and setIsCursorLoader states, why not simply apply a Tailwind CSS class like opacity-0. I think it'll give our project a cleaner and cooler look. What do you think? 😊🚀
Good stuff, but I think with the array we could be sacrificing readability and with the cursor, it still needs to be loaded. If I understood that last part correctly
Great videos
Thanks man!
So cool!!!
As always, thank you man!
Thank YOU for the great videos!
which color theme are you using
great tutorial man, loved it. was wondering whether you can explain how to do page transition with the app directory? I was looking all over for it but cant find one so far, are there any workarounds ?
Nice video!!!, is this like gsap timeline?
Yes similar, but you don't have the structure that comes with GSAP
if only the docs had this example...
Amazing content! may I ask what theme are you using? Thanks
👏👏👏👏👏
... is that a complex animation? The gsap definition of complex is order of magnitudes more complex than this simple button