mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-06-24 18:54:21 +00:00
cleanup: comments
This commit is contained in:
parent
6bb0224812
commit
29897c4900
8 changed files with 4 additions and 34 deletions
|
@ -4,15 +4,9 @@ import ScrollAnimation from 'react-animate-on-scroll'
|
|||
import Tilt from 'react-parallax-tilt'
|
||||
import Typewriter from './type'
|
||||
import { useEffect, useRef } from 'react'
|
||||
// import 'animate.css/animate.css'
|
||||
export default function Main () {
|
||||
const mainEl = useRef(null)
|
||||
// useEffect(() => {
|
||||
// if (document.activeElement !== mainEl.current) {
|
||||
// // do something
|
||||
// mainEl.current.className
|
||||
// }
|
||||
// })
|
||||
|
||||
return (
|
||||
<div className={'hero min-h-screen'} ref={mainEl}>
|
||||
<div style={{ animation: 'fadeInDown', animationDuration: '1.5s', zIndex: 5 }} className={'animate__animated animate__fadeIn'} >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue