Skip to content

Commit

Permalink
Gesturevtdemo: WIkipedia transition
Browse files Browse the repository at this point in the history
  • Loading branch information
bokand committed Aug 7, 2024
1 parent 882403f commit d3d4e0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gesturevt/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
position: absolute;
left: 0;
top: 0;
perspective: 800px;
}

/* The screen that's moved by an active gesture */
Expand Down Expand Up @@ -163,13 +164,13 @@

@keyframes spin {
to {
transform: rotateX(15deg) rotateY(45deg);
transform: rotateY(-45deg) rotateX(5deg) scale(0.9);
}
}

@keyframes spinend {
to {
transform: rotateX(30deg) rotateY(280deg) scale(0.5);
transform: rotateY(-110deg) rotateX(15deg) scale(0.8);
}
}

Expand Down

0 comments on commit d3d4e0e

Please sign in to comment.