Last active
December 21, 2015 09:08
-
-
Save pabloprogramador/6282533 to your computer and use it in GitHub Desktop.
slide skitter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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