d3george / slash-admin

A modern react admin. It is based on react 18, vite and TypeScript. It's fast !
https://admin.slashspaces.com/
MIT License
1.49k stars 218 forks source link

feat: add animation when toggle dark/light mode #26

Closed sulnong closed 5 months ago

sulnong commented 7 months ago

Add simple animation when toggle dark/light mode, it looks like below:

Implemented by using View Transitions API

Note: current animation is very simple, just clip-path from 0 to 100%, and hard code way is not better.

add-animation-on-theme-change

vercel[bot] commented 7 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
slash-admin ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 10, 2024 9:01am
moweiwei commented 7 months ago

nice

nianhua99 commented 7 months ago

good