diff options
author | Hiroyuki Ikezoe <hikezoe@mozilla.com> | 2017-02-22 18:50:01 +0900 |
---|---|---|
committer | Hiroyuki Ikezoe <hikezoe@mozilla.com> | 2017-02-22 19:04:49 +0900 |
commit | 501edfdbdb9ef7d2749a6579aef94b146b6ca48b (patch) | |
tree | 2e7c962240274de40a7b46dd26db48fe5043e6ec /components/script/script_thread.rs | |
parent | 279a50fb748da051a3c16950787ac63b36a2089c (diff) | |
download | servo-501edfdbdb9ef7d2749a6579aef94b146b6ca48b.tar.gz servo-501edfdbdb9ef7d2749a6579aef94b146b6ca48b.zip |
Get all animated properties in *all* keyframes.
@keyframes anim {
from { transform: none; }
to { opacity: 0; transform: none; }
}
In above case, we have to add opacity property and value in the 'from' keyframe.
Diffstat (limited to 'components/script/script_thread.rs')
0 files changed, 0 insertions, 0 deletions