diff options
author | Hiroyuki Ikezoe <hikezoe@mozilla.com> | 2017-04-03 09:52:05 +0900 |
---|---|---|
committer | Hiroyuki Ikezoe <hikezoe@mozilla.com> | 2017-04-03 10:11:21 +0900 |
commit | f36199201c498db8e4e7a23e1f24a9c421b3bb83 (patch) | |
tree | 88508be58bd11af059e58b75ef81f689fc749942 /components/layout_thread/lib.rs | |
parent | eb1865070a8324016c369104afa159fdec345bea (diff) | |
download | servo-f36199201c498db8e4e7a23e1f24a9c421b3bb83.tar.gz servo-f36199201c498db8e4e7a23e1f24a9c421b3bb83.zip |
Set each control points when converting specified keyworded timing function to nsTimingFunction.
Gecko's timing function (nsTimingFunction) needs to be specified
each control points if timing function can be represented as cubic-bezier
function. To avoid scattering control points values (e.g. 0.25, 0.1, ...)
we convert specified value to computed value and then use control points
values of the computed value.
Diffstat (limited to 'components/layout_thread/lib.rs')
0 files changed, 0 insertions, 0 deletions