Book Image

Web Design Blueprints

Book Image

Web Design Blueprints

Overview of this book

The book delivers simple instructions on how to design and build modern Web using the latest trends in web development. You will learn how to design responsive websites, created with modern Flat User Interface design patterns, build deep-scrolling websites with parallax 3D effects, and roll-your-own single-page applications. Finally, you'll work through an awesome chapter that combines them all. Each chapter features actual lines of code that you can apply right away.
Table of Contents (12 chapters)
Web Design Blueprints
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
Index

Writing the JavaScript effects


Finally, we arrive at the fun stuff. Let's do some JavaScript. And by the fun stuff, I mean just JavaScript, not jQuery or any heavy libraries—only what we need. The script will go at the bottom of the page, before the close of your body tag. We want everything to load before the script runs.