wrongusername
wrongusername

Reputation: 18918

CSS animation of text and other stuff

Looking at http://www.css3maker.com/ I see the menu items like "Border Radius" getting animated on mouseover. How was this achieved using CSS?

Upvotes: 0

Views: 1046

Answers (2)

Prashant Pugalia
Prashant Pugalia

Reputation: 1101

CSS animations can be done using the transition property. Check http://www.css3creations.com/ for demos.

Upvotes: 2

SiN
SiN

Reputation: 3754

I did not look how it was done in that website. But jQuery can do wonders with animation. It's a javascript API that is becoming widely used.

Upvotes: 4

Related Questions