Skip to content

Latest commit

 

History

History

cna-memory-considerate-animation

Demo: Memory-considerate animation toggling in Next

Live Demo

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.

Installation

git clone https://github.com/GoogleChromeLabs/adaptive-loading
cd cna-memory-considerate-animation
npm install
npm run dev
npm run build
npm start

Glitch Source