Skip to content

Commit

Permalink
Merge pull request #46 from omertarik96/patch-1
Browse files Browse the repository at this point in the history
Safari and IOS fix for reply.css
  • Loading branch information
dmitrizzle authored Jan 9, 2018
2 parents af99f90 + fa22c92 commit 4a82776
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions component/styles/reply.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,15 @@
transition: all 200ms;
text-decoration: none;
word-break: normal;
animation-duration: 1s;
/* animation-duration: 1s; */
animation-name: animate-reply;
animation-play-state: paused;
animation-fill-mode: forwards;
opacity: 0;
/* opacity: 0; */
transform: translate3d(0px, 0px, 0px);
animation-delay: -3s;
-ms-animation-delay: -3;
-webkit-animation-delay: -3s;
}
@keyframes animate-reply {
from { opacity: 0 }
Expand Down

0 comments on commit 4a82776

Please sign in to comment.