From 089c08078bb3e3b8a526c9f49f6cbcac94714b4d Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Wed, 29 May 2013 14:10:15 -0400 Subject: [PATCH] animation tweaks + cleanup. --- css/app.css | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/css/app.css b/css/app.css index 12c690cac..d6bc7fc5f 100644 --- a/css/app.css +++ b/css/app.css @@ -1097,13 +1097,7 @@ input, } .inspector-external-links, -.hide-toggle:before { - -webkit-transition: opacity 200ms 200ms; - -moz-transition: opacity 200ms 200ms; - -o-transition: opacity 200ms 200ms; - transition: opacity 200ms 200ms; -} - +.hide-toggle:before, .radio-wrap button::before, .radio-wrap button.remove .icon { -webkit-transition: opacity 200ms 200ms; @@ -1147,10 +1141,10 @@ a.hide-toggle { button.preset-add-field { width: 25%; height: 40px; - -webkit-transition: width 200ms 100ms; - -moz-transition: width 200ms 100ms; - -o-transition: width 200ms 100ms; - transition: width 200ms 100ms; + -webkit-transition: width 200ms 400ms; + -moz-transition: width 200ms 400ms; + -o-transition: width 200ms 400ms; + transition: width 200ms 400ms; } /* set width based on # of buttons */