Skip to content

Commit 4df74c0

Browse files
committed
Add info about issue on android
1 parent 2d8b997 commit 4df74c0

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

  • apps/common-app/src/apps/css/examples/animations/screens/animatedProperties/svg

apps/common-app/src/apps/css/examples/animations/screens/animatedProperties/svg/Pattern.tsx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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
],

0 commit comments

Comments
 (0)