How can I animate design elements on my website using CSS3?
-
I want to make an website in which I want to give some animations to buttons, banners and images. Can i do this with the normal css? or I have to use the new version of css i.e. CSS3
-
Answer:
Traditionally web developers / designers used to use JavaScript to animate their design work. (See: http://en.wikipedia.org/wiki/Dynamic_HTML). CSS was very simple back then and didn't include any animation techniques or properties. At the time, CSS Level 2 was well supported by the major browsers and CSS Level 3 was only a pipe-dream. So, no, you can't use CSS 2.1 alone to do animations. You'd need some JavaScript library to handle the animations. Since the formalisation of the CSS Level 3 spec and it's increasing support in browsers we've seen some great improvements in animations - it's getting to the point where we don't need JavaScript for most animations. There are plenty of great tutorials available on the web, and your learning will mostly comprise of getting know the applicable properties (such as transition - see: http://css-tricks.com/almanac/properties/t/transition/) and the @keyframes definition (for more complex animations). P.S. Welcome to Quora!
Shaun O'Connell at Quora Visit the source
Other answers
This article may help you http://www.designrazor.net/css3/pure-css3-animations-with-tutorials/
Anees Muhammed
Related Q & A:
- How can I get more traffic to my website?Best solution by Yahoo! Answers
- How can i make a banner for a website?
- How can i make a email with my website?Best solution by Yahoo! Answers
- How can I add free Copyright to my website?Best solution by eHow old
- How can I create inbound links to my website?Best solution by eHow old
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.