-
Book Overview & Buying
-
Table Of Contents
LESS WEB DEVELOPMENT COOKBOOK
By :
More.less is a mixin library that can help you to create cross-browser CSS animations. More.less includes all animate.css animations, see the Creating animations with animations.css recipe of this chapter for more information about animate.css.
Download and unzip the More.less mixin library into the less subdirectory of your working directory. You can download the ZIP file at https://github.com/weinitz/More.less/archive/master.zip. In this recipe you will build some CSS animation. You should watch these animations in your browser. The Less code in this recipe can be compiled into client-side CSS code, leveraging the less.js compiler. In Chapter 1, Getting to Grips with the Basics of Less, of this book, you can read how to download and install this compiler.
The bundled animations of More.less are saved as more/animation/{name}/(in|out)/name.less. Create a new file more/animation/orbit.less, and write down the following Less code...
Change the font size
Change margin width
Change background colour