Skip to content

Commit 14380ac

Browse files
Fx147 preview support for view transition types
1 parent 4693d5e commit 14380ac

File tree

3 files changed

+24
-13
lines changed

3 files changed

+24
-13
lines changed

api/ViewTransition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"chrome_android": "mirror",
153153
"edge": "mirror",
154154
"firefox": {
155-
"version_added": false,
155+
"version_added": "preview",
156156
"impl_url": "https://bugzil.la/1860854"
157157
},
158158
"firefox_android": "mirror",

api/ViewTransitionTypeSet.json

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"chrome_android": "mirror",
1414
"edge": "mirror",
1515
"firefox": {
16-
"version_added": false,
16+
"version_added": "preview",
1717
"impl_url": "https://bugzil.la/1860854"
1818
},
1919
"firefox_android": "mirror",
@@ -46,7 +46,8 @@
4646
"chrome_android": "mirror",
4747
"edge": "mirror",
4848
"firefox": {
49-
"version_added": false
49+
"version_added": "preview",
50+
"impl_url": "https://bugzil.la/1860854"
5051
},
5152
"firefox_android": "mirror",
5253
"oculus": "mirror",
@@ -79,7 +80,8 @@
7980
"chrome_android": "mirror",
8081
"edge": "mirror",
8182
"firefox": {
82-
"version_added": false
83+
"version_added": "preview",
84+
"impl_url": "https://bugzil.la/1860854"
8385
},
8486
"firefox_android": "mirror",
8587
"oculus": "mirror",
@@ -112,7 +114,8 @@
112114
"chrome_android": "mirror",
113115
"edge": "mirror",
114116
"firefox": {
115-
"version_added": false
117+
"version_added": "preview",
118+
"impl_url": "https://bugzil.la/1860854"
116119
},
117120
"firefox_android": "mirror",
118121
"oculus": "mirror",
@@ -145,7 +148,8 @@
145148
"chrome_android": "mirror",
146149
"edge": "mirror",
147150
"firefox": {
148-
"version_added": false
151+
"version_added": "preview",
152+
"impl_url": "https://bugzil.la/1860854"
149153
},
150154
"firefox_android": "mirror",
151155
"oculus": "mirror",
@@ -178,7 +182,8 @@
178182
"chrome_android": "mirror",
179183
"edge": "mirror",
180184
"firefox": {
181-
"version_added": false
185+
"version_added": "preview",
186+
"impl_url": "https://bugzil.la/1860854"
182187
},
183188
"firefox_android": "mirror",
184189
"oculus": "mirror",
@@ -211,7 +216,8 @@
211216
"chrome_android": "mirror",
212217
"edge": "mirror",
213218
"firefox": {
214-
"version_added": false
219+
"version_added": "preview",
220+
"impl_url": "https://bugzil.la/1860854"
215221
},
216222
"firefox_android": "mirror",
217223
"oculus": "mirror",
@@ -244,7 +250,8 @@
244250
"chrome_android": "mirror",
245251
"edge": "mirror",
246252
"firefox": {
247-
"version_added": false
253+
"version_added": "preview",
254+
"impl_url": "https://bugzil.la/1860854"
248255
},
249256
"firefox_android": "mirror",
250257
"oculus": "mirror",
@@ -277,7 +284,8 @@
277284
"chrome_android": "mirror",
278285
"edge": "mirror",
279286
"firefox": {
280-
"version_added": false
287+
"version_added": "preview",
288+
"impl_url": "https://bugzil.la/1860854"
281289
},
282290
"firefox_android": "mirror",
283291
"oculus": "mirror",
@@ -310,7 +318,8 @@
310318
"chrome_android": "mirror",
311319
"edge": "mirror",
312320
"firefox": {
313-
"version_added": false
321+
"version_added": "preview",
322+
"impl_url": "https://bugzil.la/1860854"
314323
},
315324
"firefox_android": "mirror",
316325
"oculus": "mirror",
@@ -344,7 +353,8 @@
344353
"chrome_android": "mirror",
345354
"edge": "mirror",
346355
"firefox": {
347-
"version_added": false
356+
"version_added": "preview",
357+
"impl_url": "https://bugzil.la/1860854"
348358
},
349359
"firefox_android": "mirror",
350360
"oculus": "mirror",

css/selectors/active-view-transition-type.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"chrome_android": "mirror",
1717
"edge": "mirror",
1818
"firefox": {
19-
"version_added": false
19+
"version_added": "preview",
20+
"impl_url": "https://bugzil.la/1860854"
2021
},
2122
"firefox_android": "mirror",
2223
"oculus": "mirror",

0 commit comments

Comments
 (0)