Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gamerinshaft committed May 31, 2015
1 parent b7703a5 commit 2fe4a80
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions css/animation.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@ login-wrapと、中身の大きさは合わせること。
.login-wrap.animate{

}

.login-wrap #login-close {
position: absolute;
right: 12px;
top: 8px;
font-size: 18px;
}
.login-wrap.animate .visibleContent{

animation-name: visibleContent;
Expand Down Expand Up @@ -91,8 +96,8 @@ login-wrapと、中身の大きさは合わせること。
animation-iteration-count: 1;
-webkit-animation-iteration-count: 1;

animation-direction:alternate;
-webkit−animation-direction:alternate;
animation-direction: alternate;
-webkit−animation-direction: alternate;

animation-fill-mode: both;
-webkit-animation-fill-mode: both;
Expand Down

0 comments on commit 2fe4a80

Please sign in to comment.