Jerodev
Jerodev

Reputation: 33196

change background color from top to bottom

I have a div that has a white background color.

Now I am wondering if it is possible to change the backgroundcolor on hover with an animation form top top bottom. Just like the color comes over the white.

I know this can be done with an image, but can I do it without?

Upvotes: 0

Views: 4617

Answers (1)

Andy G
Andy G

Reputation: 19367

You can animate gradients in CSS3. There is a tutorial here.

Upvotes: 1

Related Questions