Skip to content

Commit 09e4e25

Browse files
committed
Initial commit
0 parents  commit 09e4e25

25 files changed

+1308
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.DS_Store

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Layer Motion Slideshow
2+
3+
A CSS Grid-based slideshow template with a layer motion effect on the main image and on the title.
4+
5+
![Layer Motion Slideshow](https://tympanus.net/codrops/wp-content/uploads/2019/01/LayerMotionSlideshow_featured.jpg)
6+
7+
[Article on Codrops](https://tympanus.net/codrops/?p=37953)
8+
9+
[Demo](https://tympanus.net/Development/LayerMotionSlideshow/)
10+
11+
## Credits
12+
13+
- [imagesLoaded](https://imagesloaded.desandro.com/) by Dave DeSandro
14+
- [TweenMax](https://greensock.com/tweenmax) by Greensock
15+
- [Charming](https://github.com/yuanqing/charming) by Yuan Qing
16+
- Images from [Unsplash.com](https://unsplash.com/)
17+
18+
## License
19+
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.
20+
21+
## Misc
22+
23+
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/)
24+
25+
26+
[© Codrops 2019](http://www.codrops.com)
27+
28+
29+
30+
31+

0 commit comments

Comments
 (0)