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

https://github.com/codrops/gridlayoutanimation

A simple layout transition where a small grid animates to a larger view, using the Flip plugin from GreenSock.
https://github.com/codrops/gridlayoutanimation

animation gsap-flip javascript layout webdesign

Last synced: 10 months ago
JSON representation

A simple layout transition where a small grid animates to a larger view, using the Flip plugin from GreenSock.

Awesome Lists containing this project

README

          

# Grid Layout Animation

A simple layout transition where a small grid animates to a larger view, using the Flip plugin from GreenSock.

![Image Title](https://tympanus.net/codrops/wp-content/uploads/2022/07/GridAnimation.jpg)

[Article on Codrops](https://tympanus.net/codrops/?p=64172)

[Demo](http://tympanus.net/Development/GridLayoutAnimation/)

## Installation

Install dependencies:

```
npm install
```

Compile the code for development and start a local server:

```
npm start
```

Create the build:

```
npm run build
```

## Credits

- Images from [Unsplash](https://unsplash.com/)

## Misc

Follow Codrops: [Twitter](http://www.twitter.com/codrops), [Facebook](http://www.facebook.com/codrops), [GitHub](https://github.com/codrops), [Instagram](https://www.instagram.com/codropsss/)

## License
[MIT](LICENSE)

Made with :blue_heart: by [Codrops](http://www.codrops.com)