Re: [webkit-dev] Proposal for serializing alpha channel values; request for algorithm help

2015-11-05 Thread L. David Baron
On Monday 2015-11-02 08:37 -0800, Simon Fraser wrote: > > On Nov 1, 2015, at 7:40 PM, Darin Adler wrote: > > > > Hi folks. > > > > Our engine supports alpha values from 0-255. But when we serialize them, we > > turn them into floating point values. When we do that, we include way too > > many

Re: [webkit-dev] Implementing Web Animations

2015-11-05 Thread Nikos Andronikos
On 6 Nov 2015, at 3:22 am, Darin Adler wrote: >> On Nov 4, 2015, at 6:19 PM, Nikos Andronikos >> wrote: >> >> The current plan, after chatting to Dean at TPAC, will be to implement the >> web animations model as a new module, with a runtime flag for switching CSS >> and SVG animations over t

Re: [webkit-dev] Implementing Web Animations

2015-11-05 Thread Darin Adler
> On Nov 4, 2015, at 6:19 PM, Nikos Andronikos > wrote: > > The current plan, after chatting to Dean at TPAC, will be to implement the > web animations model as a new module, with a runtime flag for switching CSS > and SVG animations over to use the new model. We should have a goal to have th