You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vestride_Shuffle/_posts/2013-08-25-animated.html

43 lines
1.3 KiB
HTML

---
layout: default
title: Animate In Demo
description: When elements enter the viewport, they transition in from zero opacity and from the bottom.
image: /demos/animated.jpg
extraJS: [ "viewport.js", "demos/animate-in.js" ]
---
<div class="container">
<div class="row">
<h2>Animated viewport entry</h2>
</div>
</div>
<div class="container">
<div id="grid" class="row shuffle--container shuffle--fluid shuffle--animatein">
{% for item in site.items %}
{% assign item = item %}
{% include picture-item.html %}
{% endfor %}
{% for item in site.items %}
{% assign item = item %}
{% include picture-item.html %}
{% endfor %}
{% for item in site.items %}
{% assign item = item %}
{% include picture-item.html %}
{% endfor %}
<div class="col-3@sm col-3@xs shuffle__sizer"></div>
</div>
</div>
<div class="container">
<div class="row">
<h2>Shuffle.js</h2>
<p>{{ site.longDescription }}</p>
<p>This demo was inspired by <a href="http://tympanus.net/codrops/">codrops</a>&rsquo; demo <a href="http://tympanus.net/codrops/2013/07/02/loading-effects-for-grid-items-with-css-animations/">Loading effects for grid items with css animations</a>.</p>
</div>
</div>
{% include credit-jake.html %}