From 5cb9860ed3f4604ba06d11eaf77fcd3d2183c81d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=81opaci=C5=84ski?= Date: Fri, 31 Jan 2025 22:17:30 +0100 Subject: [PATCH] Revert playground changes --- .../screens/testExamples/Playground.tsx | 24 ++++++++++++++++--- apps/fabric-example/ios/Podfile.lock | 2 +- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/apps/common-app/src/apps/css/examples/transitions/screens/testExamples/Playground.tsx b/apps/common-app/src/apps/css/examples/transitions/screens/testExamples/Playground.tsx index fe52554def1..e18d4f7e175 100644 --- a/apps/common-app/src/apps/css/examples/transitions/screens/testExamples/Playground.tsx +++ b/apps/common-app/src/apps/css/examples/transitions/screens/testExamples/Playground.tsx @@ -12,11 +12,29 @@ import { Button, Screen } from '@/apps/css/components'; const transitionStyles: Array = [ { - 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, }, ]; diff --git a/apps/fabric-example/ios/Podfile.lock b/apps/fabric-example/ios/Podfile.lock index 8c0e7c9688c..34fa6ab69fb 100644 --- a/apps/fabric-example/ios/Podfile.lock +++ b/apps/fabric-example/ios/Podfile.lock @@ -2250,7 +2250,7 @@ SPEC CHECKSUMS: RNCMaskedView: 308c763227e237d4d260bd8841870e099572bb3e RNFlashList: b799a0cdd1189c1f5064331548400dd79a7e3047 RNGestureHandler: 70069ab3e0431b03f6e465b65745f87a1a02c6c0 - RNReanimated: 046c859afe6454f541abddad6fb755d8abc83351 + RNReanimated: 537897c4ac8d319041d74cd19b633a694fff3895 RNScreens: 5d61e452b51e7c23b3fcb9f16c4967d683a60a9d RNSVG: 2089e8b3a145acb2f392017279790f007f934567 SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748