How can we integrate animation to websites?

For implementing animations we need a couple of tools. One tool is CSS itself. We can create classes and describe the animations there. There are frameworks which are open source and give you a pre-written animation set, which you can customise. Although mainly for this approach we would need to implement some JavaScript functions which will cause the animation effect.

MP

Related HTML and CSS Mentoring answers

All answers ▸

What's wrong with the following HTML markup: <p style"font-size:10px;">Copyright <span>2015</span></p>?


Many different data types can be stored on a computer system. Five common data types are string, Boolean, real, character and integer. Give suitable examples of data that could be held in each data type.


What’s the difference between a block-level element and an inline element in html?


What is CSS used for?