In this tutorial we demonstrate how to achieve some of the modern and popular header effects such as parallax backgrounds, scroll based animations and more basic responsive layout techniques such as sizing to the viewport height and vertical centering.
These techniques involve the application of several powerful CSS3 properties, and some jQuery magic.
Once complete, you should have a good understanding of what we can achieve with these properties and techniques and you’ll be ready to start experimenting with them to achieve the exact effect you require.
In this tutorial we will be working on this Dark Horizon theme that we developed in a previous tutorial: How to Create a Custom DNN Skin with Bootstrap 3.
This video contains:
- How to create a basic fixed background parallax effect
- Introduction to scroll based jQuery parallax effects
- Creating a javascript file for your theme
- Including a JS file in your theme
- Running a javascript function when the document is ready