- From: Dean Jackson <dino@apple.com>
- Date: Fri, 27 May 2011 10:04:05 -0700
- To: Estelle Weyl <estelle@weyl.org>
- Cc: "www-style@w3.org CSS" <www-style@w3.org>
On 22/05/2011, at 9:16 PM, Estelle Weyl wrote: > The normal-reverse may be a bit confusing. I would recommend these four values: > > normal - the animation cycle iterations are always from 0% to 100% > reverse - the animation cycle iterations are always from 100% to 0% > alternate - the animation cycle iterates from 0% to 100% on odd iterations and 100% to 0% on even iterations > alternate-reverse - the animation cycle iterates from 100% to 0% on odd iterations and 0% to 100% on even iterations This is definitely better. normal-reverse is weird. Dean
Received on Friday, 27 May 2011 17:04:31 UTC