Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emanuelefavero/apple-scroll-animation-2

A Framer Motion and React implementation of another famous Apple scroll animation
https://github.com/emanuelefavero/apple-scroll-animation-2

animation apple framer-motion nextjs parallax react scroll tailwindcss

Last synced: 24 days ago
JSON representation

A Framer Motion and React implementation of another famous Apple scroll animation

Awesome Lists containing this project

README

        

# Apple Scroll Animation 2

This is an implementation of another famous Apple scroll animation that you can often find on their website, this time built with React and Framer Motion.

> Check out also [Apple Scroll Animation 1](https://github.com/emanuelefavero/apple-scroll-animation)

### Live Demo

- [https://apple-scroll-animation-2.vercel.app](https://apple-scroll-animation-2.vercel.app/)

#### GIF Preview

screenshot

## Installation

1. Clone the repository
2. Run `npm install`
3. Run `npm run dev`
4. Visit `http://localhost:3000`

## Documentation

- [AppleScrollAnimation Component Documentation](DOCUMENTATION.md)

## Resources

- [React](https://reactjs.org/)
- [Next.js](https://nextjs.org/)
- [Framer Motion](https://www.framer.com/motion/)
- [Tailwind CSS](https://tailwindcss.com/)

## License

- [MIT](LICENSE.md)