neomjs / neo

The application worker driven frontend framework
https://neomjs.com
MIT License
2.83k stars 151 forks source link

Cross window animation paths #5653

Open dawesi opened 1 month ago

dawesi commented 1 month ago

When animating from one window to another, perhaps the component or a ghost placeholder could animate to side of browser then disappear (maybe with some kind of 'poof' animation or such, then reappear with a 'poof' and then animate second leg to final position.

I've attached a crude image to show this.

aka yellow line is the path from green dot to purple 'poof' then 'poof' to final position green dot (using top left corner as reference point) (edited)

image

dawesi commented 1 month ago

perhaps cleaner version of this (well would depend on theming what is used)

image

but some kind of svg animation that can be 'themed' would be perfect.