Possible in CSS3: Circles change size, color, opacity

I know it would have usability issues but it would be a nice extra for a site I’m building.

Circles placed around the page that could do any or all of the following:

  1. fade in and out
  2. grow and shrink
  3. change colors
  4. move around

And all without having to mouse-over.

If not with CSS perhaps javascript?

Thanks for any help.

Tim

Hi tspino, welcome to SitePoint! :slight_smile:

At this stage, go for javascript if you need this sort of thing. It may be possible with CSS3, but most browsers don’t support this yet, and we’ll have to wait and see if IE even does.

Head over to the JS forums.