skip to Main Content

Html – Transition css animation

Please tell me how to make that the animation was not smooth but clear. At once the text disappeared and immediately appeared. I don't need smooth animation! EDIT: Right now the text goes out smoothly! I need the text to…

VIEW QUESTION

Why is my flutter_animate transition not hapenning?

So basically I have been trying to achieve an animation. Also using flutter_animate 4.2.0+1 package. First let me show you the code: in auth_page.dart file: class AuthPage extends StatefulWidget { const AuthPage({super.key}); @override State<AuthPage> createState() => _AuthPageState(); } class _AuthPageState…

VIEW QUESTION
Back To Top
Search