Book Image

Learning less.js

Book Image

Learning less.js

Overview of this book

Table of Contents (22 chapters)
Learning Less.js
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introducing animations


Back in the early days of the Internet, it was common to see animated GIFs that were often liberally plastered over a website—the excuse often being that they "look cool," even if they didn't really serve any purpose!

Nowadays, animation is being used more and more on the Internet—this is often in the form of SVG images, background videos, sounds, and so on. This increasingly used technologies such as Flash, but with the advent of HTML5, designers have found ways to recreate many effects natively in the browser without the use of Flash.

Today, browser vendors are adding more and more functionalities to each version of their product; this means that CSS3 animation is gaining ground to the likes of Flash, such that Adobe has stopped developing Flash for the mobile platform, preferring to concentrate on HTML5.

Over the next few pages, we'll be taking a tour of CSS3 animations, looking at various elements such as transitions and transforms, and how we can use Less to help...