Instructions
Here are some instructions to integrate this with SMVVA site
HTML Stucture
The whole HTML structure is contained in slecial div
div.tour
Good idea is to keep this one and to make it displa: none;
.
After that you could use jQuery Dialog to show the container.
Do not forget to initialize the animation
Initialisation
Before you show the animation you have to initialize it. You can do this by calling this funciton: tour.init();
Important Files
index.html
- you can extract the DIV div.tour
from this file
css/tour.css
- the all neccessary stylings needed
js/jquery-1.7.2.min.js
- a jQuery lib (you can use another already integrated in the SMVVA's site)
js/tour.js
- all scripts needed for the animation