Re: [css-transitions] Proposal and RFC: spring() timing function

Maciej Stachowiak <[email protected]> Fri, 01 Jul 2016 17:10:06 -0700
Newsgroups gmane.comp.web.css.general
Message-ID <[email protected]>
> On Jul 1, 2016, at 2:44 PM, Brad Kemper <[email protected]> wrote:
> 
> 
> 
> For velocity, percentage per second makes a certain amount of sense to me, with it being a percentage of the distance between start and stop points. That "distance" could be along a color spectrum, for colors. 

Percentage per second is a lousy unit for velocity. Velocity should by default be absolute so you don't have to multiply by the start-end delta to compare meaningfully to other velocities.

 - Maciej