A demo showing how to use memory-considerate animation toggling in Next.
When the app is executed
- on the server-side, Client Hint Device Memory
- on the client-side, Memory Hook is used for the signals.
This project was bootstrapped with Create Next App.
git clone https://github.com/GoogleChromeLabs/adaptive-loading
cd cna-memory-considerate-animation
npm install
npm run dev
npm run build
npm start