Skip to content

Commit

Permalink
Revert playground changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiPl01 committed Feb 4, 2025
1 parent ddd09a9 commit 5cb9860
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,29 @@ import { Button, Screen } from '@/apps/css/components';

const transitionStyles: Array<ViewStyle> = [
{
boxShadow: '0 0 10px 0 rgba(0, 0, 0, 0.5)',
transform: [
{ perspective: 100 },
{ rotate: '45deg' },
{ skewX: '45deg' },
{ rotateX: '45deg' },
],
},
{
boxShadow:
'0 0 20px 20px red, 20px 20px 20px 20px blue, -20px -20px 20px 20px green',
backgroundColor: 'blue',
borderRadius: 100,
opacity: 0.5,
transform: [{ translateY: 200 }, { rotate: '45deg' }, { scale: 2 }],
},
{
backgroundColor: 'green',
transform: [
{ perspective: 200 },
{ rotate: '45deg' },
{ translateY: 150 },
{ rotateY: '-25deg' },
{ rotateX: '35deg' },
],
width: 200,
},
];

Expand Down
2 changes: 1 addition & 1 deletion apps/fabric-example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2250,7 +2250,7 @@ SPEC CHECKSUMS:
RNCMaskedView: 308c763227e237d4d260bd8841870e099572bb3e
RNFlashList: b799a0cdd1189c1f5064331548400dd79a7e3047
RNGestureHandler: 70069ab3e0431b03f6e465b65745f87a1a02c6c0
RNReanimated: 046c859afe6454f541abddad6fb755d8abc83351
RNReanimated: 537897c4ac8d319041d74cd19b633a694fff3895
RNScreens: 5d61e452b51e7c23b3fcb9f16c4967d683a60a9d
RNSVG: 2089e8b3a145acb2f392017279790f007f934567
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Expand Down

0 comments on commit 5cb9860

Please sign in to comment.