MyBB Community Forums

Full Version: CSS3 Transitions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Nice tutorial Jason. Smile
(2011-09-27, 04:55 PM)kavin Wrote: [ -> ]Nice tutorial Jason. Smile

Thanks Kavin. Smile
bump :d
(2011-09-27, 01:57 AM)Sama34 Wrote: [ -> ]Yes I know, and if there are three divs, the middle one will have the normal formating.

It is just that sometimes :first-child and :last-child don't do what I want they to do Dodgy

table tr:first-child td:last-child{
color:red;
}

[Image: 20110926185507.png]

nth-child is your friend ;D



@Jason: already knew about this, but it's a nice tutorial anyway Smile
I have just discovered that using a comma to separate the transitions, apart from doing everything quickly, it makes it look a lot better IMO:
http://jasonl.me/transition-demo/index.html
http://pokecosmo.com.ar/9g@4o8d$3u/transition-demo-index.html

Too bad you can use it with background-image using images haha

@euantor, thanks, will read about it.
Bumping to share knowledge Smile.
what is the use of this tut? can you explain please
(2011-10-21, 06:47 PM)adityapavan Wrote: [ -> ]what is the use of this tut? can you explain please

Please read the first post for an explanation.
What else that is cool for css3
(2012-02-11, 10:30 AM)Crypter Wrote: [ -> ]What else that is cool for css3

There is a lot of new stuff in CSS3 thats cool! Some of my favorites are transitions, box-shadow, border-radius and lots more! CSS3 has wonderful possibilities. Maybe I will write up a few more articles on some CSS3 tags when I get more time Smile.
Pages: 1 2 3