+ 1
Why this code donot execute flipping?
I tried to flip but it donot work.Tell me the solution to do it.I am attaching code for reference. https://code.sololearn.com/W2Iu5FLrvNKz/?ref=app
5 Réponses
+ 2
line 19 :
.flipcard:hover .flipcard-inner{
line 36:
transform : rotateX(180deg);
+ 1
Also set the perspective around 1000px for better result.
0
Things to remove:
.flipcard-inner
Things to add:
perspective: 2000px
Things to replace:
rotateX (180deg) => rotateY(180deg)