Skip to content

Commit

Permalink
Added animation shorthand alias
Browse files Browse the repository at this point in the history
Minor amend to last pull request
  • Loading branch information
peteboere committed Oct 9, 2011
1 parent 60ef69a commit f046d9f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CssCrush/CssCrush.aliases
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

;----------------------------------------------------------------------------
;-- Property aliases

Expand Down Expand Up @@ -49,6 +48,9 @@
transition-duration[] = -o-transition-duration

; Animations
animation[] = -webkit-animation
animation[] = -moz-animation
animation[] = -ms-animation
animation-delay[] = -webkit-animation-delay
animation-delay[] = -moz-animation-delay
animation-delay[] = -ms-animation-delay
Expand Down Expand Up @@ -128,13 +130,13 @@
text-decoration-line[] = -moz-text-decoration-line
text-decoration-style[] = -moz-text-decoration-style

; User Select
; User select (non standard)
user-select[] = -webkit-user-select
user-select[] = -khtml-user-select
user-select[] = -moz-user-select
user-select[] = -o-user-select
user-select[] = user-select


;----------------------------------------------------------------------------
;-- Value aliases

Expand Down

0 comments on commit f046d9f

Please sign in to comment.