JS.transition - does anyone have an example of a sidebar animation using the new JS commands?

Hi All

does anyone have an example of a sidebar animation (slide in/slide out) created using the new JS commands - specifically JS.show with a transition that slides a siderbar into view?

cheers

Dave

There is one on the open source LiveBeats repo. Make the window width small enough to collapse the sidebar and you’ll see the menu icon animates in in/out:
https://livebeats.fly.dev/chrismccord

Perfect - many thanks Chris.