"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[74666],{74666:(n,e,t)=>{t.r(e),t.d(e,{default:()=>l});var o=t(87687),i=t(75748);let r="import React from 'react';\nimport styled, { keyframes } from 'styled-components';\n\nconst RotatingCard = ({\n width,\n height,\n src,\n alt,\n}) => (\n
\n \n {/* Our image being rotated */}\n \n\n {/* Our backface */}\n \n \n
\n);\n\n////////////////////////////////////\n/* Relevant bits above this line */\n//////////////////////////////////\n\n// I'm using \"styled-components\" to do the CSS\n// rotation animation. This is how you specify\n// a CSS keyframes animation.\nconst rotationKeyframes = keyframes`\n from {\n transform: rotateY(0deg);\n }\n\n to {\n transform: rotateY(360deg);\n }\n`\n\nconst Wrapper = styled.div`\n position: relative;\n display: inline-block;\n\n /*\n We'll only enable the animation for folks\n who have NOT ticked the “prefers-reduced-\n motion” checkbox\n */\n @media (prefers-reduced-motion: no-preference) {\n animation:\n ${rotationKeyframes}\n 4000ms\n linear\n infinite;\n }\n`\n\nexport default function App() {\n return (\n \n );\n}\n",a={"our-mvp":"import React from 'react';\nimport styled from 'styled-components';\n\nconst FoldableImage = ({\n width,\n height,\n src,\n}) => {\n const [foldAngle, setFoldAngle] =\n React.useState(0);\n\n // Both our top half and bottom half share\n // a few common styles\n const sharedStyles = {\n width,\n height: height / 2,\n backgroundSize: `${width}px ${height}px`,\n backgroundImage: `url(${src})`,\n };\n\n return (\n
\n {/* Top half */}\n
\n\n {/* Bottom half */}\n \n\n {/* Slider control */}\n
\n \n \n setFoldAngle(ev.target.value)\n }\n style={{ width }}\n />\n
\n );\n};\n\nexport default function App() {\n return (\n \n );\n}\n",a11y:"import React from 'react';\nimport styled from 'styled-components';\n\nconst FoldableImage = ({\n width,\n height,\n src,\n alt,\n}) => {\n const [foldAngle, setFoldAngle] =\n React.useState(0);\n\n // Both our top half and bottom half share\n // a few common styles\n const sharedStyles = {\n width,\n height: height / 2,\n };\n\n return (\n
\n {/* Top half */}\n \n {/* This image is new ↓ */}\n \n
\n\n {/* Bottom half */}\n \n\n {/* Slider control */}\n
\n \n \n setFoldAngle(ev.target.value)\n }\n style={{ width }}\n />\n
\n );\n};\n\nexport default function App() {\n return (\n \n );\n}\n",backface:"import React from 'react';\nimport styled, { keyframes } from 'styled-components';\n\nconst RotatingCard = ({\n width,\n height,\n src,\n alt,\n}) => (\n
\n \n {/* Our image being rotated */}\n \n\n {/* Our backface */}\n \n \n
\n)\n\n////////////////////////////////////\n/* Relevant bits above this line */\n//////////////////////////////////\n\n// I'm using \"styled-components\" to do the CSS\n// rotation animation. This is how you specify\n// a CSS keyframes animation.\nconst rotationKeyframes = keyframes`\n from {\n transform: rotateY(0deg);\n }\n\n to {\n transform: rotateY(360deg);\n }\n`\n\nconst Wrapper = styled.div`\n position: relative;\n display: inline-block;\n\n /*\n We'll only enable the animation for folks\n who have NOT ticked the “prefers-reduced-\n motion” checkbox\n */\n @media (prefers-reduced-motion: no-preference) {\n animation:\n ${rotationKeyframes}\n 4000ms\n linear\n infinite;\n }\n`\n\nexport default function App() {\n return (\n \n );\n}\n","backface-hidden":r,"backface-fixed":r,combined:"import React from 'react';\nimport styled from 'styled-components';\n\nconst FoldableImage = ({\n width,\n height,\n src,\n alt,\n}) => {\n const [\n foldAngle,\n setFoldAngle,\n ] = React.useState(0);\n\n // Both our top half and bottom\n // half share a few common styles\n const sharedStyles = {\n width,\n height: height / 2,\n };\n\n return (\n
\n {/* Top half */}\n \n \n
\n\n {/* Bottom half */}\n \n {/* This child is new ↓ */}\n \n \n\n {/* Slider control */}\n
\n \n \n setFoldAngle(ev.target.value)\n }\n style={{ width }}\n />\n \n );\n};\n\nexport default function App() {\n return (\n \n );\n}\n"},l=function(n){let{variant:e}=n;return(0,o.jsx)(i.default,{isLazy:!0,layout:"split",splitRatio:.625,minPreviewHeight:"12rem",dependencies:{"styled-components":"6.1.8"},files:{"/App.js":a[e],"/styles.css":{hidden:!0,code:"\n#root > div {\n display: flex;\n flex-direction: column;\n align-items: center;\n}\n "}}})}}}]); //# sourceMappingURL=74666.565d1fdfa8227561.js.map