UOA-CS732-SE750-Students-2024 / project-group-golden-giraffes

Blurple Canvas, but on the web!
https://canvas.projectblurple.com
Other
1 stars 1 forks source link

Use Framer Motion for smooth transitions in CanvasView #244

Open pumbas600 opened 1 month ago

pumbas600 commented 1 month ago

We currently manually create the gliding zoom/panning effect. This has bulked up our code a lot and causes frequent re-rendering of the canvas. Instead, we can try use Framer Motion to get the same effect, which should be much simpler.