digital-flowers / react-animated-css

React component to show or hide elements with animations
https://digital-flowers.github.io/react-animated-css.html
232 stars 36 forks source link

animations not working #55

Open vijayalakshmiNagaraj opened 1 year ago

vijayalakshmiNagaraj commented 1 year ago

import React from 'react'; import 'animate.css'; import './style.css'; import { useEffect,useState } from 'react'; import { Image } from '@Components'; import { images } from '../ReferenceImages'; import { Animated } from 'react-animated-css'; import 'animate.css'

export const LoginAnimation = () => { const[isVisi,setISVisi]=useState(false) console.log(isVisi,"hfvckxbk")

return (

demo

demo

); };

QuocVietHa08 commented 6 months ago

@vijayalakshmiNagaraj Hey there, can you show your package.json to me? I have the same problem with react 18