├── OrientationInfo.tsx ├── Parallax.tsx ├── frame2.png ├── readme.md └── useDeviceOrientation.tsx /OrientationInfo.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonnylazuardi/framer-parallax-cards/HEAD/OrientationInfo.tsx -------------------------------------------------------------------------------- /Parallax.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonnylazuardi/framer-parallax-cards/HEAD/Parallax.tsx -------------------------------------------------------------------------------- /frame2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonnylazuardi/framer-parallax-cards/HEAD/frame2.png -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonnylazuardi/framer-parallax-cards/HEAD/readme.md -------------------------------------------------------------------------------- /useDeviceOrientation.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonnylazuardi/framer-parallax-cards/HEAD/useDeviceOrientation.tsx --------------------------------------------------------------------------------