animation 💄

This commit is contained in:
Corey Johnson
2012-11-01 09:56:41 -07:00
parent 933c3415c9
commit 837005176c
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ $.fn.hasParent = ->
$.fn.flashError = ->
@addClass 'error'
removeErrorClass = => @removeClass 'error'
window.setTimeout(removeErrorClass, 200)
window.setTimeout(removeErrorClass, 300)
$.fn.trueHeight = ->
this[0].getBoundingClientRect().height

View File

@@ -65,8 +65,8 @@ html, body {
}
.error {
-webkit-transition: background 200ms ease-out;
background: #991212 !important;
-webkit-transition: background 300ms ease-out;
}
.clear-float {