From 71288a82dfb502f44b28560714e75d1e17693f9f Mon Sep 17 00:00:00 2001 From: Indy Prieto Date: Sun, 9 Aug 2015 14:32:51 -0500 Subject: [PATCH] Update _base.css Just saw a little thing that could be compressed --- source/_base.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/source/_base.css b/source/_base.css index 05bf646..7fa880b 100644 --- a/source/_base.css +++ b/source/_base.css @@ -19,12 +19,9 @@ Copyright (c) 2015 Daniel Eden animation-duration: 2s; } -.animated.bounceIn, -.animated.bounceOut { - animation-duration: .75s; -} - .animated.flipOutX, -.animated.flipOutY { +.animated.flipOutY, +.animated.bounceIn, +.animated.bounceOut{ animation-duration: .75s; }