And here's what it looks like in IE9: http://twitpic.com/4a3kyw/full
Also doesn't work in FF 3.6 or Opera 11...
Very impressive CSS3 demo: CSS3 Planetarium
11–20 of 62 posts
Re: Very impressive CSS3 demo: CSS3 Planetarium
#12Looks very nice, reminds me of the Elements app for iPad. P.S. I don't know about you guys, but it still bugs me whenever I don't see Pluto.
Re: Very impressive CSS3 demo: CSS3 Planetarium
#13I let out a sigh when I saw redundant but understandably necessary function calls to support all browsers. Is there hope in seeing stuff like this consolidated anytime soon? -moz-transform:... -webkit-transform:... -o-transform:... transform:...
* http://sass-lang.com/ * http://lesscss.org/ * http://learnboost.github.com/stylus/
The last one is the most promising since it can be made to look exactly like standard css, but it's really rough right now.
Re: Very impressive CSS3 demo: CSS3 Planetarium
#14Re: Very impressive CSS3 demo: CSS3 Planetarium
#15Re: Very impressive CSS3 demo: CSS3 Planetarium
#16Re: Very impressive CSS3 demo: CSS3 Planetarium
#17It looks awesome on Chrome, but there is a slight glitch in the shape of a flash that occurs once all animation appears to have finished. Anyone else experiencing this?
Re: Very impressive CSS3 demo: CSS3 Planetarium
#18Re: Very impressive CSS3 demo: CSS3 Planetarium
#19I let out a sigh when I saw redundant but understandably necessary function calls to support all browsers. Is there hope in seeing stuff like this consolidated anytime soon? -moz-transform:... -webkit-transform:... -o-transform:... transform:...
Not really. The prefixes allow vendors to do experimental stuff without creating (as much) of a backwards compatiblity problem before things standardize. If you don't like it, use a preprocessor: * http://sass-lang.com/ * http://lesscss.org/ * http://learnboost.github.com/stylus/ The last one is the most promising since it can be made to look exactly like standard css, but it's really rough right now.
Combined with some of the great mixins provided with Compass: http://beta.compass-style.org/reference/compass/css3/transfo..., you can eliminate many of the vendor specific declarations.
Re: Very impressive CSS3 demo: CSS3 Planetarium
#20Something you can make in flash in like 10 minutes- and it works on everything ( not mobile ).