Re: transitions vs. animations

On Apr 7, 2010, at 10:06 PM, Tab Atkins Jr. wrote:

> On Wed, Apr 7, 2010 at 7:46 PM, Perry Smith <pedzsan@gmail.com> wrote:
>> On Apr 7, 2010, at 8:00 PM, Tab Atkins Jr. wrote:
>>> 2b:
>>>
>>> foo:hover {
>>>  play-in: bounce 1s;
>>>  play-out: bounce 1s;
>>> }
>>
>> I thought 2b would be:
>>
>> foo {
>>  play-in: bounce 1s;
>> }
>>
>> foo:hover {
>>  play-in: bounce 1s;
>> }
>>
>> Are these two "roughly" equivalent or is there a difference?
>
> Big difference.  <snip>

Thanks!

So, pushing forward, how about sound?  Is the intention to hook into  
the animationstart event and from there, an html5 <audio> element  
could be triggered?

Perry

Received on Thursday, 8 April 2010 18:11:07 UTC