fix: weird animations bugs + use the lightweight version of framer-motion
This commit is contained in:
parent
9130d37a77
commit
57b19b93fe
|
@ -52,7 +52,7 @@ export const SwitchableComponent = ({ children, index }: React.PropsWithChildren
|
||||||
animate="show"
|
animate="show"
|
||||||
exit="exit"
|
exit="exit"
|
||||||
variants={variants}
|
variants={variants}
|
||||||
className="h-full min-h-12 w-96"
|
className="h-full w-full"
|
||||||
>
|
>
|
||||||
{children}
|
{children}
|
||||||
</motion.div>
|
</motion.div>
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// src/components/sign-in-with-lume.tsx
|
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
|
||||||
import LumeLogoBg from '@/assets/lume-logo-bg.svg';
|
import LumeLogoBg from '@/assets/lume-logo-bg.svg';
|
||||||
|
@ -6,6 +5,7 @@ import { Button } from '@/components/ui/button';
|
||||||
import { SwitchableComponent, SwitchableComponentProvider, useSwitchableComponent } from '@/components/SwitchableComponent';
|
import { SwitchableComponent, SwitchableComponentProvider, useSwitchableComponent } from '@/components/SwitchableComponent';
|
||||||
import ComponentList from "./components";
|
import ComponentList from "./components";
|
||||||
import { LumeIdentityContext, Session } from './LumeIdentityContext';
|
import { LumeIdentityContext, Session } from './LumeIdentityContext';
|
||||||
|
import { LazyMotion, domAnimation } from 'framer-motion';
|
||||||
|
|
||||||
type Props = {}
|
type Props = {}
|
||||||
|
|
||||||
|
@ -22,11 +22,11 @@ const LumeIdentity: React.FC<Props> = ({ }) => {
|
||||||
const coloredOrLine = isSubmitButtonInView ? 'text-primary' : 'text-border'
|
const coloredOrLine = isSubmitButtonInView ? 'text-primary' : 'text-border'
|
||||||
|
|
||||||
|
|
||||||
return <div className="relative inline-flex flex-col items-center justify-center gap-2.5 bg-zinc-950 px-8 py-11 transition-[height] duration-100 [&>*]:transition-all [&>*]:duration-100 ">
|
return <div className="relative w-96 max-w-full inline-flex flex-col items-center justify-center gap-2.5 bg-zinc-950 px-8 py-11 transition-[height] duration-100 [&>*]:transition-all [&>*]:duration-100 overflow-hidden">
|
||||||
<div className="absolute left-[168px] top-[-8px] h-64 w-[280px] overflow-hidden">
|
<div className="absolute left-[168px] top-[-8px] h-64 w-[280px] overflow-hidden">
|
||||||
<LumeLogoBg />
|
<LumeLogoBg />
|
||||||
</div>
|
</div>
|
||||||
<div className="w-96 z-10 flex flex-col items-center justify-center gap-10">
|
<div className="w-full z-10 flex flex-col items-center justify-center gap-10">
|
||||||
<div className="flex flex-col items-start justify-start gap-10">
|
<div className="flex flex-col items-start justify-start gap-10">
|
||||||
<h2 className="w-full text-5xl font-normal leading-10 text-white">
|
<h2 className="w-full text-5xl font-normal leading-10 text-white">
|
||||||
{isSubmitButtonInView || isLoginWithAccountKey ? 'Sign in with Lume' : null}
|
{isSubmitButtonInView || isLoginWithAccountKey ? 'Sign in with Lume' : null}
|
||||||
|
@ -36,16 +36,18 @@ const LumeIdentity: React.FC<Props> = ({ }) => {
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-col items-start justify-start gap-2.5">
|
<div className="flex flex-col items-start justify-start gap-2.5">
|
||||||
<SwitchableComponent index={visibleComponent.index}>
|
<SwitchableComponent index={visibleComponent.index}>
|
||||||
<visibleComponent.render />
|
<LazyMotion features={domAnimation}>
|
||||||
|
<visibleComponent.render />
|
||||||
|
</LazyMotion>
|
||||||
</SwitchableComponent>
|
</SwitchableComponent>
|
||||||
{!isFinalStep ? <>
|
{!isFinalStep ? <>
|
||||||
<div className={`relative h-7 w-96 overflow-hidden ${coloredOrLine}`}>
|
<div className={`relative h-7 w-full overflow-hidden ${coloredOrLine}`}>
|
||||||
<svg width="409" height="28" viewBox="0 0 409 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg width="409" height="28" className="max-w-full -left-1/2" viewBox="0 0 409 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
<path fillRule="evenodd" clipRule="evenodd" d="M183 13H0V14H183V13ZM224 14H409V13H224V14Z" fill="currentColor" />
|
<path fillRule="evenodd" clipRule="evenodd" d="M183 13H0V14H183V13ZM224 14H409V13H224V14Z" fill="currentColor" />
|
||||||
<path d="M199.75 19.0781C198.359 19.0781 197.299 18.6562 196.57 17.8125C195.841 16.9688 195.477 15.7344 195.477 14.1094C195.477 12.4896 195.839 11.2656 196.562 10.4375C197.292 9.60417 198.354 9.1875 199.75 9.1875C201.151 9.1875 202.216 9.60417 202.945 10.4375C203.674 11.2656 204.039 12.4896 204.039 14.1094C204.039 15.7344 203.674 16.9688 202.945 17.8125C202.216 18.6562 201.151 19.0781 199.75 19.0781ZM199.75 18.0234C200.729 18.0234 201.479 17.6901 202 17.0234C202.521 16.3516 202.781 15.3802 202.781 14.1094C202.781 12.8385 202.521 11.8776 202 11.2266C201.484 10.5703 200.734 10.2422 199.75 10.2422C198.771 10.2422 198.023 10.5703 197.508 11.2266C196.992 11.8776 196.734 12.8385 196.734 14.1094C196.734 15.3854 196.992 16.3568 197.508 17.0234C198.023 17.6901 198.771 18.0234 199.75 18.0234ZM206.742 19.0234C206.367 19.0234 206.18 18.9219 206.18 18.7188V9.69531C206.18 9.54948 206.214 9.44531 206.281 9.38281C206.349 9.3151 206.456 9.28125 206.602 9.28125H208.938C210.047 9.28125 210.88 9.47656 211.438 9.86719C212 10.2578 212.281 10.8802 212.281 11.7344C212.281 12.3125 212.141 12.7995 211.859 13.1953C211.583 13.5859 211.193 13.8802 210.688 14.0781V14.1328C210.958 14.2266 211.18 14.4089 211.352 14.6797C211.529 14.9453 211.724 15.3411 211.938 15.8672L213.023 18.6094C213.049 18.7031 213.062 18.7682 213.062 18.8047C213.062 18.9505 212.867 19.0234 212.477 19.0234H212.336C212.195 19.0234 212.073 19.0052 211.969 18.9688C211.87 18.9271 211.807 18.8724 211.781 18.8047L210.727 16.0781C210.591 15.724 210.432 15.4479 210.25 15.25C210.068 15.0521 209.852 14.9141 209.602 14.8359C209.352 14.7578 209.036 14.7188 208.656 14.7188H207.406V18.7188C207.406 18.9219 207.221 19.0234 206.852 19.0234H206.742ZM209.234 13.6641C209.562 13.6641 209.862 13.5859 210.133 13.4297C210.409 13.2734 210.625 13.0651 210.781 12.8047C210.943 12.5391 211.023 12.2578 211.023 11.9609C211.023 11.4141 210.857 11.0078 210.523 10.7422C210.19 10.4714 209.729 10.3359 209.141 10.3359H207.406V13.6641H209.234Z" fill="currentColor" />
|
<path d="M199.75 19.0781C198.359 19.0781 197.299 18.6562 196.57 17.8125C195.841 16.9688 195.477 15.7344 195.477 14.1094C195.477 12.4896 195.839 11.2656 196.562 10.4375C197.292 9.60417 198.354 9.1875 199.75 9.1875C201.151 9.1875 202.216 9.60417 202.945 10.4375C203.674 11.2656 204.039 12.4896 204.039 14.1094C204.039 15.7344 203.674 16.9688 202.945 17.8125C202.216 18.6562 201.151 19.0781 199.75 19.0781ZM199.75 18.0234C200.729 18.0234 201.479 17.6901 202 17.0234C202.521 16.3516 202.781 15.3802 202.781 14.1094C202.781 12.8385 202.521 11.8776 202 11.2266C201.484 10.5703 200.734 10.2422 199.75 10.2422C198.771 10.2422 198.023 10.5703 197.508 11.2266C196.992 11.8776 196.734 12.8385 196.734 14.1094C196.734 15.3854 196.992 16.3568 197.508 17.0234C198.023 17.6901 198.771 18.0234 199.75 18.0234ZM206.742 19.0234C206.367 19.0234 206.18 18.9219 206.18 18.7188V9.69531C206.18 9.54948 206.214 9.44531 206.281 9.38281C206.349 9.3151 206.456 9.28125 206.602 9.28125H208.938C210.047 9.28125 210.88 9.47656 211.438 9.86719C212 10.2578 212.281 10.8802 212.281 11.7344C212.281 12.3125 212.141 12.7995 211.859 13.1953C211.583 13.5859 211.193 13.8802 210.688 14.0781V14.1328C210.958 14.2266 211.18 14.4089 211.352 14.6797C211.529 14.9453 211.724 15.3411 211.938 15.8672L213.023 18.6094C213.049 18.7031 213.062 18.7682 213.062 18.8047C213.062 18.9505 212.867 19.0234 212.477 19.0234H212.336C212.195 19.0234 212.073 19.0052 211.969 18.9688C211.87 18.9271 211.807 18.8724 211.781 18.8047L210.727 16.0781C210.591 15.724 210.432 15.4479 210.25 15.25C210.068 15.0521 209.852 14.9141 209.602 14.8359C209.352 14.7578 209.036 14.7188 208.656 14.7188H207.406V18.7188C207.406 18.9219 207.221 19.0234 206.852 19.0234H206.742ZM209.234 13.6641C209.562 13.6641 209.862 13.5859 210.133 13.4297C210.409 13.2734 210.625 13.0651 210.781 12.8047C210.943 12.5391 211.023 12.2578 211.023 11.9609C211.023 11.4141 210.857 11.0078 210.523 10.7422C210.19 10.4714 209.729 10.3359 209.141 10.3359H207.406V13.6641H209.234Z" fill="currentColor" />
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<Button className="h-12 w-96" variant={isSubmitButtonInView ? undefined : 'outline'} onClick={() => setVisibleComponent(shouldShowBackButton ? ComponentList.SubmitButton : ComponentList.SetupAccountKey)}>
|
<Button className="h-12 w-full" variant={isSubmitButtonInView ? undefined : 'outline'} onClick={() => setVisibleComponent(shouldShowBackButton ? ComponentList.SubmitButton : ComponentList.SetupAccountKey)}>
|
||||||
<span className="text-center text-lg font-normal leading-normal">{shouldShowBackButton ? 'Go Back' : 'Create an Account'}</span>
|
<span className="text-center text-lg font-normal leading-normal">{shouldShowBackButton ? 'Go Back' : 'Create an Account'}</span>
|
||||||
</Button>
|
</Button>
|
||||||
</> : null}
|
</> : null}
|
||||||
|
|
|
@ -2,7 +2,7 @@ import { makeSwitchable, useSwitchableComponent } from "@/components/SwitchableC
|
||||||
import { Button } from "@/components/ui/button";
|
import { Button } from "@/components/ui/button";
|
||||||
import { Input } from "@/components/ui/input";
|
import { Input } from "@/components/ui/input";
|
||||||
import { CheckIcon, ClipboardCopyIcon, ExclamationTriangleIcon } from "@radix-ui/react-icons";
|
import { CheckIcon, ClipboardCopyIcon, ExclamationTriangleIcon } from "@radix-ui/react-icons";
|
||||||
import { AnimatePresence, motion } from "framer-motion";
|
import { AnimatePresence, m } from "framer-motion";
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import { useLumeIndentity } from "./LumeIdentityContext";
|
import { useLumeIndentity } from "./LumeIdentityContext";
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ const SubmitButtonComponent = ({ }) => {
|
||||||
const SeedPhraseInputComponent = ({ }) => {
|
const SeedPhraseInputComponent = ({ }) => {
|
||||||
const { signIn } = useLumeIndentity();
|
const { signIn } = useLumeIndentity();
|
||||||
return (
|
return (
|
||||||
<motion.form className='flex-col flex gap-y-4' onSubmit={(e) => {
|
<m.form className='flex-col flex gap-y-4' onSubmit={(e) => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
const target = e.target as typeof e.target & {
|
const target = e.target as typeof e.target & {
|
||||||
elements: {
|
elements: {
|
||||||
|
@ -30,7 +30,7 @@ const SeedPhraseInputComponent = ({ }) => {
|
||||||
signIn(seedPhrase)
|
signIn(seedPhrase)
|
||||||
}}>
|
}}>
|
||||||
<Input className='h-12 w-full text-lg' name="seedPhrase" />
|
<Input className='h-12 w-full text-lg' name="seedPhrase" />
|
||||||
<motion.div
|
<m.div
|
||||||
initial={{ y: 50 }}
|
initial={{ y: 50 }}
|
||||||
animate={{ y: 0 }}
|
animate={{ y: 0 }}
|
||||||
exit={{ y: -50 }}
|
exit={{ y: -50 }}
|
||||||
|
@ -40,26 +40,30 @@ const SeedPhraseInputComponent = ({ }) => {
|
||||||
<Button className='w-full h-full' role="submit">
|
<Button className='w-full h-full' role="submit">
|
||||||
<span className="text-center text-lg font-normal leading-normal">Sign in</span>
|
<span className="text-center text-lg font-normal leading-normal">Sign in</span>
|
||||||
</Button>
|
</Button>
|
||||||
</motion.div>
|
</m.div>
|
||||||
</motion.form>
|
</m.form>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
const SetupAccountKeyComponent = () => {
|
const SetupAccountKeyComponent = () => {
|
||||||
const { setVisibleComponent } = useSwitchableComponent();
|
const { setVisibleComponent } = useSwitchableComponent();
|
||||||
|
const [width, setWidth] = React.useState(0);
|
||||||
|
|
||||||
|
console.log({width})
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<motion.div
|
<m.div
|
||||||
initial={{ y: 50 }}
|
initial={{ y: 50 }}
|
||||||
animate={{ y: 0 }}
|
animate={{ y: 0 }}
|
||||||
exit={{ y: -50 }}
|
exit={{ y: -50, height: 'auto', maxWidth: width }}
|
||||||
transition={{ type: "just", delay: 0.1 }}
|
transition={{ type: "just", delay: 0.1 }}
|
||||||
className="h-12"
|
className="min-h-12 h-full max-w-full"
|
||||||
|
ref={(t) => setTimeout(() => setWidth(t?.getBoundingClientRect().width!), 0)}
|
||||||
>
|
>
|
||||||
<Button className='w-full h-full' onClick={() => setVisibleComponent(components.SeedPhraseGeneration)}>
|
<Button className='w-full h-full' onClick={() => setVisibleComponent(components.SeedPhraseGeneration)}>
|
||||||
<span className="text-center text-lg font-normal leading-normal">I get it, I'll keep it safe. Let's see the key.</span>
|
<span className="text-center text-lg font-normal leading-normal">I get it, I'll keep it safe. Let's see the key.</span>
|
||||||
</Button>
|
</Button>
|
||||||
</motion.div>
|
</m.div>
|
||||||
)
|
)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -86,7 +90,7 @@ const SeedPhraseGenerationComponent = ({ phraseLength = 12 }) => {
|
||||||
return (
|
return (
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
<AnimatePresence>
|
<AnimatePresence>
|
||||||
{step === 1 ? <motion.div className={`z-10 absolute top-0 bottom-0 left-0 right-0 bg-black pointer-events-none`}
|
{step === 1 ? <m.div className={`z-10 absolute top-0 bottom-0 left-0 right-0 bg-black pointer-events-none`}
|
||||||
initial={{ opacity: 0 }}
|
initial={{ opacity: 0 }}
|
||||||
animate={{ opacity: 0.75, top: -120, left: -20, right: -20, bottom: 120 }}
|
animate={{ opacity: 0.75, top: -120, left: -20, right: -20, bottom: 120 }}
|
||||||
transition={{ type: "tween", duration: 0.1 }}
|
transition={{ type: "tween", duration: 0.1 }}
|
||||||
|
@ -95,7 +99,7 @@ const SeedPhraseGenerationComponent = ({ phraseLength = 12 }) => {
|
||||||
// setOpacity(1);
|
// setOpacity(1);
|
||||||
// }, 2000);
|
// }, 2000);
|
||||||
// }}
|
// }}
|
||||||
></motion.div> : null}
|
></m.div> : null}
|
||||||
</AnimatePresence>
|
</AnimatePresence>
|
||||||
<div className="z-20 relative mb-2.5 w-full h-full flex-wrap justify-center items-center gap-2.5 inline-flex">
|
<div className="z-20 relative mb-2.5 w-full h-full flex-wrap justify-center items-center gap-2.5 inline-flex">
|
||||||
{phrases.map((phrase, index) => (
|
{phrases.map((phrase, index) => (
|
||||||
|
@ -105,7 +109,7 @@ const SeedPhraseGenerationComponent = ({ phraseLength = 12 }) => {
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
<AnimatePresence>
|
<AnimatePresence>
|
||||||
{step === 1 ? <motion.div className="text-red-400 flex flex-row gap-5 py-8"
|
{step === 1 ? <m.div className="text-red-400 flex flex-row gap-5 py-8"
|
||||||
initial={{ opacity: 0, y: 50 }}
|
initial={{ opacity: 0, y: 50 }}
|
||||||
animate={{ opacity: 1, y: 0 }}
|
animate={{ opacity: 1, y: 0 }}
|
||||||
exit={{ opacity: 0, y: 50 }}
|
exit={{ opacity: 0, y: 50 }}
|
||||||
|
@ -113,7 +117,7 @@ const SeedPhraseGenerationComponent = ({ phraseLength = 12 }) => {
|
||||||
>
|
>
|
||||||
<ExclamationTriangleIcon className="w-14 h-14" />
|
<ExclamationTriangleIcon className="w-14 h-14" />
|
||||||
<span>Make sure to write this down for safe keeping.</span>
|
<span>Make sure to write this down for safe keeping.</span>
|
||||||
</motion.div> : null}
|
</m.div> : null}
|
||||||
</AnimatePresence>
|
</AnimatePresence>
|
||||||
<Button className={`w-full h-12 ${buttonClickedState === 'clicked' ? '!text-primary !border-primary' : ''}`} variant="outline" onClick={copyPhrasesToClipboard}>
|
<Button className={`w-full h-12 ${buttonClickedState === 'clicked' ? '!text-primary !border-primary' : ''}`} variant="outline" onClick={copyPhrasesToClipboard}>
|
||||||
{buttonClickedState === 'clicked' ? <CheckIcon className="w-5 h-5 mr-2.5" /> : <ClipboardCopyIcon className="w-5 h-5 mr-2.5" />}
|
{buttonClickedState === 'clicked' ? <CheckIcon className="w-5 h-5 mr-2.5" /> : <ClipboardCopyIcon className="w-5 h-5 mr-2.5" />}
|
||||||
|
@ -126,7 +130,7 @@ const SeedPhraseGenerationComponent = ({ phraseLength = 12 }) => {
|
||||||
</Button>
|
</Button>
|
||||||
) : null}
|
) : null}
|
||||||
<AnimatePresence>
|
<AnimatePresence>
|
||||||
{step === 1 ? <motion.div className="z-20 w-full h-12"
|
{step === 1 ? <m.div className="z-20 w-full h-12"
|
||||||
initial={{ opacity: 0, y: -50 }}
|
initial={{ opacity: 0, y: -50 }}
|
||||||
animate={{ opacity: 1, y: 0 }}
|
animate={{ opacity: 1, y: 0 }}
|
||||||
exit={{ opacity: 0, y: 50 }}
|
exit={{ opacity: 0, y: 50 }}
|
||||||
|
@ -135,7 +139,7 @@ const SeedPhraseGenerationComponent = ({ phraseLength = 12 }) => {
|
||||||
<Button className="w-full h-full" onClick={() => signIn(key)}>
|
<Button className="w-full h-full" onClick={() => signIn(key)}>
|
||||||
Sign In
|
Sign In
|
||||||
</Button>
|
</Button>
|
||||||
</motion.div> : null}
|
</m.div> : null}
|
||||||
</AnimatePresence>
|
</AnimatePresence>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue