Simple project showcasing a possible way to add animations to website using progressive enhancement, i.e. website still work if javascript is turned off + animation are turned off if user "prefers-reduced-motion".
Clone repo and install dependencies
git clone https://github.com/petterskogh/animations.git
cd animations
npm install
Start project
npm run start