Animated Fullscreen Background Image Slideshow
File Size: | 218 KB |
---|---|
Views Total: | 6970 |
Last Update: | |
Publish Date: | |
Official Website: | Go to website |
License: | MIT |

An animated fullscreen background image slideshow built with jQuery and CSS3. It features image preloading and keyboard navigation (try pressing the numeric keys).
Usage:
1. Include Necessary Files in your <head>
<link rel="stylesheet" type="text/css" href="css/style.css"/> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script> <script type="text/javascript" src="js/jquery.tmpl.min.js"></script> <script type="text/javascript" src="js/jquery.easing.1.3.js"></script> <script type="text/javascript" src="js/script.js"></script>
2. Markup
<div id="navigationBoxes"> <!-- Navigation boxes will get injected by jQuery --> </div> <div id="pictureSlider"> <!-- Pictures will be injected by jQuery --> </div>
3. Edit and add contents or other elements in js/script.js
This awesome jQuery plugin is developed by unknown. For more Advanced Usages, please check the demo page or visit the official website.