Skip to content

Commit

Permalink
animate button
Browse files Browse the repository at this point in the history
  • Loading branch information
gamerinshaft committed May 31, 2015
1 parent e32418e commit 26d1b41
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions css/animation.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,18 @@ login-wrapと、中身の大きさは合わせること。
width: 200px;
height: 300px;
position: relative;
margin-left: -127px;
}
.login-mask{
overflow: hidden;
width: 40px;
height: 40px;
width: 56px;
height: 56px;
background-color: rgb(238,238,238);
position: absolute;
z-index: 20;
border-radius: 50%;
right: 0;
bottom: 0;
right: 10px;
bottom: 7px;
}
.login-wrap.animate .login-mask{
animation-name: moveLoginMask;
Expand Down Expand Up @@ -109,10 +110,13 @@ login-wrapと、中身の大きさは合わせること。
position: absolute;
z-index: 21;
border-radius: 50%;
right: 0;
right: 0px;
bottom: 0;
background-color: #AD1457;
overflow: hidden;
background-color: rgb(255,64,129);
height: 56px;
width: 56px;
margin: 6px 8px;
}
.login-wrap.animate .login-button{
animation-name: moveLoginButton;
Expand Down

0 comments on commit 26d1b41

Please sign in to comment.