mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Use ease-out for all CSS transitions
This commit is contained in:
parent
cdcb79b8fc
commit
8e8b270b9e
1 changed files with 4 additions and 4 deletions
|
@ -82,7 +82,7 @@ h1 a
|
|||
|
||||
|
||||
body.home h1 > a
|
||||
-webkit-transition: border-bottom-color 500ms
|
||||
-webkit-transition: border-bottom-color 500ms ease-out
|
||||
border-bottom: 2px solid rgba(17, 17, 17, 0.0)
|
||||
|
||||
&:hover
|
||||
|
@ -117,7 +117,7 @@ body > header
|
|||
background: #1C1C1C
|
||||
|
||||
a
|
||||
-webkit-transition: border-bottom-color 500ms
|
||||
-webkit-transition: border-bottom-color 500ms ease-out
|
||||
border-bottom: 2px solid rgba(255, 255, 255, 0.0)
|
||||
&:link, &:visited
|
||||
text-decoration: none
|
||||
|
@ -273,7 +273,7 @@ a
|
|||
margin-left: 2em
|
||||
|
||||
img
|
||||
-webkit-transition: opacity 500ms ease-in
|
||||
-webkit-transition: opacity 500ms ease-out
|
||||
position: absolute
|
||||
top: -75px
|
||||
|
||||
|
@ -362,7 +362,7 @@ img.alignleft
|
|||
|
||||
|
||||
img.feed-icon
|
||||
-webkit-transition: opacity 500ms
|
||||
-webkit-transition: opacity 500ms ease-out
|
||||
opacity: 0.5
|
||||
|
||||
&:hover
|
||||
|
|
Loading…
Reference in a new issue