Authored by Aiden Xu

Modal

@@ -48,3 +48,46 @@ @@ -48,3 +48,46 @@
48 -webkit-animation: animation 1000ms linear both; 48 -webkit-animation: animation 1000ms linear both;
49 animation: animation 1000ms linear both; 49 animation: animation 1000ms linear both;
50 } 50 }
  51 +
  52 +/* Generated with Bounce.js. Edit at http://goo.gl/W7f9he */
  53 +@keyframes animation {
  54 + 0% {
  55 + transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  56 + }
  57 +
  58 + 4.3% {
  59 + transform: matrix3d(0.757, 0, 0, 0, 0, 0.757, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  60 + }
  61 +
  62 + 8.61% {
  63 + transform: matrix3d(0.939, 0, 0, 0, 0, 0.939, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  64 + }
  65 +
  66 + 12.91% {
  67 + transform: matrix3d(1.026, 0, 0, 0, 0, 1.026, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  68 + }
  69 +
  70 + 17.22% {
  71 + transform: matrix3d(1.047, 0, 0, 0, 0, 1.047, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  72 + }
  73 +
  74 + 28.33% {
  75 + transform: matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  76 + }
  77 +
  78 + 39.44% {
  79 + transform: matrix3d(0.997, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  80 + }
  81 +
  82 + 61.66% {
  83 + transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  84 + }
  85 +
  86 + 83.98% {
  87 + transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  88 + }
  89 +
  90 + 100% {
  91 + transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  92 + }
  93 +}