DEV Community

Discussion on: Flutter Flip Card Animation With 3D Effect

Collapse
 
ngaretou profile image
ngaretou

Try changing this line:
..rotateX(pi * _animation.value),
to:
..rotateY(pi * _animation.value),