I need help to convert my javascript animation to css3
Currently there are two sections. while going to second section from first section, it shrinks, folds height & width of first section and unfold , enlarge height & width of second section.
Check Demo jsfiddle
Need Help for
- add more sections.
- add navigation (<ul><li><a>link 1</a></li><li><a>link 2</a></li><li><a>link 3</a></li></ul>)
- create in & out class (example of in-out class using switch case)
- Instead of sections on same page, redirect to anoter page e.g. from index.php to about.php using javascript (if possible)
Having problem while creating classes for animation.