Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
crnacura committed Aug 1, 2018
0 parents commit aa457e9
Show file tree
Hide file tree
Showing 17 changed files with 1,464 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
*.DS_Store
29 changes: 29 additions & 0 deletions README.md
@@ -0,0 +1,29 @@
# Slide Out Box Menu

A details menu with boxes that get revealed in an irregular grid using [TweenMax](https://greensock.com/tweenmax).

![Slide Out Box Menu](https://tympanus.net/codrops/wp-content/uploads/2018/08/SlideOutBoxMenu_featured.jpg)

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

[Demo](https://tympanus.net/Development/SlideOutBoxMenu/)

## Credits

- [imagesLoaded](https://imagesloaded.desandro.com/) by Dave DeSandro
- [TweenMax](https://greensock.com/tweenmax) by Greensock
- Images from [Unsplash.com](https://unsplash.com/)

## License
This resource can be used freely if integrated or build upon in personal or commercial projects such as websites, web apps and web templates intended for sale. It is not allowed to take the resource "as-is" and sell it, redistribute, re-publish it, or sell "pluginized" versions of it. Free plugins built using this resource should have a visible mention and link to the original work. Always consider the licenses of all included libraries, scripts and images used.

## Misc

Follow Codrops: [Twitter](http://www.twitter.com/codrops), [Facebook](http://www.facebook.com/codrops), [Google+](https://plus.google.com/101095823814290637419), [GitHub](https://github.com/codrops), [Pinterest](http://www.pinterest.com/codrops/), [Instagram](https://www.instagram.com/codropsss/)

[© Codrops 2018](http://www.codrops.com)





6 changes: 6 additions & 0 deletions TODO.md
@@ -0,0 +1,6 @@
TODO
- mention inspiration
- test in edge
- post
- change name
- images and video

0 comments on commit aa457e9

Please sign in to comment.