Skip to content

Latest commit

History

History
9 lines (9 loc) 路 497 Bytes

2022-03-11.md

File metadata and controls

9 lines (9 loc) 路 497 Bytes
publish_date tags
2022-03-11
framer
musings
react
nextjs
  • losing my mind over page transitions in next.js and framer motion. trying to orchestrate when animation should be fired is one of the most mind boggling coding task ever. Trying to make animations as predictable and robust is hard because you expext events fired by these frameworks to work 100% , but when they dont it completely throws off your mental model of how the animations flows from step to another...