diff options
author | Hiroyuki Ikezoe <hikezoe@mozilla.com> | 2017-02-22 18:50:35 +0900 |
---|---|---|
committer | Hiroyuki Ikezoe <hikezoe@mozilla.com> | 2017-02-22 19:04:50 +0900 |
commit | 396db281e39d097a25b9e5d72a4ace0d4365692a (patch) | |
tree | ea70d2317af3964ee73cf547980f7720f4f5badd /components/script/script_thread.rs | |
parent | 501edfdbdb9ef7d2749a6579aef94b146b6ca48b (diff) | |
download | servo-396db281e39d097a25b9e5d72a4ace0d4365692a.tar.gz servo-396db281e39d097a25b9e5d72a4ace0d4365692a.zip |
Fill computed property values where the propery is missing in initial and final keyframes.
@keyframes anim {
from { opacity: 0; transform: none; }
to { transform: none; }
}
In above case, we have to add opacity property and value in the 'to' keyframe.
Diffstat (limited to 'components/script/script_thread.rs')
0 files changed, 0 insertions, 0 deletions