mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
animation 💄
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -65,8 +65,8 @@ html, body {
|
||||
}
|
||||
|
||||
.error {
|
||||
-webkit-transition: background 200ms ease-out;
|
||||
background: #991212 !important;
|
||||
-webkit-transition: background 300ms ease-out;
|
||||
}
|
||||
|
||||
.clear-float {
|
||||
|
||||
Reference in New Issue
Block a user