Re: transitions vs. animations

Also sprach Brad Kemper:

 > >>>  http://people.opera.com/howcome/2010/ta/index.html

 > Can I have a column too?

Sure. Added.

 > It would be the same as "Current Drafts", except for the following:
 > 
 > 2b) 
 > foo { 
 > 	position:static; 
 > 	transition: position 1s / bounce 1s; 
 > }
 > foo:hover { position:relative; }

I don't undertand how this example works. How does it make 'bounce' be
played on hovering and un-hovering? Are you using the change in the
'position' property as a dummy just to trigger some change?

-h&kon
              Håkon Wium Lie                          CTO °þe®ª
howcome@opera.com                  http://people.opera.com/howcome

Received on Friday, 9 April 2010 08:25:44 UTC