Sequence is a simple landing page for code developers to showcase plugins. Every now and then a developer doesn't have time to quickly prototype a showcase landing page for exposure.
Support for modern browsers like Firefox, Safari, Chrome, Opera and Internet Explorer 9. Legacy support is also provided.
DownloadThis is version 3.2.2 generated on November 16, 2012.
Sequence uses the jQuery library in order to function. You can download jQuery or simply include the code from Google API as well as inserting the sequence.min.js file inside the head of your document.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <script src="javascripts/sequence.min.js"></script>
$(document).ready(function() {
$('.content').sequence({
animation: "slide",
touch: true,
animationLoop: false,
touch: true
});
ul.content { display: block; margin: 0 0 20px; padding: 0; }
ul.content > li { display: none; }
ul.content > li.active { display: block; }
ul.content.contained { padding: 0; }
ul.content.contained > li { border: solid 0 #e6e6e6; border-width: 0 1px 1px 1px; padding: 20px; }
ul.content.contained.vertical > li { border-width: 1px 1px 1px 1px; }
<ul class="content"> <li><a href="#"><img src="images/image_1.jpg" alt="" /></a></li> <li><a href="#"><img src="images/image_2.jpg" alt="" /></a></li> <li><a href="#"><img src="images/image_3.jpg" alt="" /></a></li> <li><a href="#"><img src="images/image_4.jpg" alt="" /></a></li> <li><a href="#"><img src="images/image_5.jpg" alt="" /></a></li> </ul>
This is version 3.2.2 generated on November 16, 2012.
This is version 3.2.2 generated on November 16, 2012.
This is version 3.2.2 generated on November 16, 2012.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Copyright © 2012 Sequence