diff --git a/src/components/testing/TokenTable.js b/src/components/testing/TokenTable.js index 004b054..93c18d0 100644 --- a/src/components/testing/TokenTable.js +++ b/src/components/testing/TokenTable.js @@ -96,23 +96,6 @@ const TokenTable = () => { visible: { opacity: 1, y: 0 }, }; - const glitchVariants = { - visible: { - textShadow: [ - '1px 1px 0px lime', - '-1px -1px 0px purple', - '1px -1px 0px lime', - '-1px 1px 0px lime', - '2px 2px 2px lime', - ], - transition: { - duration: 0.2, - repeat: Infinity, - repeatType: 'mirror', - }, - }, - }; - const ref = useRef(null); const inView = useInView(ref); useEffect(() => { @@ -254,16 +237,7 @@ const TokenTable = () => { return (
visit @@ -350,11 +309,11 @@ const TokenTable = () => { )} )} - - +