Skip to content

Instantly share code, notes, and snippets.

@pabloprogramador
Last active December 21, 2015 09:08
Show Gist options
  • Select an option

  • Save pabloprogramador/6282533 to your computer and use it in GitHub Desktop.

Select an option

Save pabloprogramador/6282533 to your computer and use it in GitHub Desktop.
slide skitter
<div class="box_skitter box_skitter_large">
<ul>
{{ files:listing folder="2" }}
<li>
<a href="#">
<img class="cut" src="{{ url:site }}files/thumb/{{ id }}/754/485/fit" alt="{{ description }}"/>
</a>
<div class="label_text"><p></p></div>
</li>
{{ /files:listing }}
</ul>
</div>
<!-- cabecalho -->
{{if page:is_home}}
{{ theme:css file="skitter/skitter.styles.css" }}
{{ theme:js file="skitter/jquery.easing.1.3.js" }}
{{ theme:js file="skitter/jquery.skitter.min.js" }}
{{endif}}
{{if page:is_home}}
<script type="text/javascript">$(document).ready(function () {
$(".box_skitter_large").skitter({
velocity: 2,
numbers: false,
navigation: true,
label: false,
with_animations: ['cubeHide', 'cubeSize', 'cubeStopRandom', 'swapBlocks'],
interval: 3000 });
});</script>
{{endif}}
<!-- http://www.skitter-slider.net/ -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment