File tree Expand file tree Collapse file tree
apps/common-app/src/apps/css/examples/animations/screens/animatedProperties/svg Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ export default function PatternExample() {
6161 name : 'Position' ,
6262 sections : [
6363 {
64+ description :
65+ '**x** property does not work on **Android** (not only in animations but also in regular inline styles)' ,
6466 examples : [
6567 {
6668 description :
@@ -92,13 +94,16 @@ export default function PatternExample() {
9294 } ,
9395 {
9496 description : MIXED_UNITS_NOTE ,
95- keyframes : { from : { x : 15 } , to : { x : '30 %' } } ,
97+ keyframes : { from : { x : 20 } , to : { x : '5 %' } } ,
9698 title : 'Mixed' ,
9799 } ,
98100 ] ,
101+ labelTypes : [ 'iOS' ] ,
99102 title : 'X Offset' ,
100103 } ,
101104 {
105+ description :
106+ '**y** property does not work on **Android** (not only in animations but also in regular inline styles)' ,
102107 examples : [
103108 {
104109 description :
@@ -130,10 +135,11 @@ export default function PatternExample() {
130135 } ,
131136 {
132137 description : MIXED_UNITS_NOTE ,
133- keyframes : { from : { y : 15 } , to : { y : '30 %' } } ,
138+ keyframes : { from : { y : 20 } , to : { y : '5 %' } } ,
134139 title : 'Mixed' ,
135140 } ,
136141 ] ,
142+ labelTypes : [ 'iOS' ] ,
137143 title : 'Y Offset' ,
138144 } ,
139145 ] ,
You can’t perform that action at this time.
0 commit comments