Bug 1387941 - Make scroll-snap-{coordinate, destination} discrete animation. r=daisuke

MozReview-Commit-ID: KVAYtp17i82

--HG--
extra : rebase_source : 0522f14d96e6df5f0ce1c9c9177fd3ec121be6dc
This commit is contained in:
Hiroyuki Ikezoe 2017-08-14 17:37:12 +09:00
Родитель 5791416beb
Коммит 47c5a084f4
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -83,10 +83,6 @@ var skippedProperties = {
"text-shadow": true, // Bug 1387973 "text-shadow": true, // Bug 1387973
"vertical-align": true, // Bug 1387949 "vertical-align": true, // Bug 1387949
"z-index": true, // Bug 1387939 "z-index": true, // Bug 1387939
// Bug 1387941: Spec drops these properties, so we might also need to update
// this for Gecko.
"scroll-snap-coordinate": true,
"scroll-snap-destination": true,
}; };
var supported_properties = { var supported_properties = {