summaryrefslogtreecommitdiff
path: root/rectangles.html
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2014-04-27 00:45:27 -0400
committerJulie Lala <jules@okfoc.us>2014-04-27 00:45:27 -0400
commitfb7405f016f9f26b0fc81fb8a26dacd2b2350fa0 (patch)
treea11f4a8b5a70ec226498e809405f8a6749438073 /rectangles.html
parent1b06bfa4b67747229c3283a9466047b1daece035 (diff)
a little easing
Diffstat (limited to 'rectangles.html')
-rw-r--r--rectangles.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/rectangles.html b/rectangles.html
index d2b1330..ab36bf2 100644
--- a/rectangles.html
+++ b/rectangles.html
@@ -17,6 +17,7 @@ body > div {
}
.face {
background-color: #fff;
+ transition: 0.1s ease;
}
.front { background-color: #ddd; }
.back { background-color: #bbb; }