Reader small image

You're reading from  Less Web Development Essentials (Second Edition)

Product typeBook
Published inApr 2015
Publisher
ISBN-139781783554072
Edition1st Edition
Tools
Right arrow
Author (1)
Bass Jobsen
Bass Jobsen
author image
Bass Jobsen

Bass Jobsen has been programming the web since 1995, ranging from C to PHP. He has a special interest in the processes between designer and programmer. He works on the accessibility of Bootstrap and his JBST WordPress starters theme. With over 5 years of experience with Bootstrap, Bass has been actively contributing to the community with his blogs and Git repos.
Read more about Bass Jobsen

Right arrow

Integrating other techniques into your projects using Less


As well as prebuilt mixins, there are some other techniques that can be easily integrated in your projects using Less.

Creating animations with Less

When you think of CSS3, you automatically think of animations too. As already discussed in Chapter 1, Improving Web Development with Less, the CSS3 animations make CSS more powerful. HTML5 and CSS can easily replace Flash and other types of animations in many situations.

Animate.css is a library of cross-browser animations to use in your projects. You can find Animate.css at https://github.com/daneden/animate.css. Animate.css can easily be used with Less. On GitHub, you will also find some attempts to port the complete library to Less. In this example, you will only use a single animation from the library. The time functions of the CSS animations are described by cubic-bezier curves, so you can also create your own animation time functions at http://cubic-bezier.com/.

Animate.css comes with...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Less Web Development Essentials (Second Edition)
Published in: Apr 2015Publisher: ISBN-13: 9781783554072

Author (1)

author image
Bass Jobsen

Bass Jobsen has been programming the web since 1995, ranging from C to PHP. He has a special interest in the processes between designer and programmer. He works on the accessibility of Bootstrap and his JBST WordPress starters theme. With over 5 years of experience with Bootstrap, Bass has been actively contributing to the community with his blogs and Git repos.
Read more about Bass Jobsen