Commit e8fd7e6c authored by Mark Otto's avatar Mark Otto

fix jank button on docs homepage

parent 735001cb
...@@ -152,6 +152,10 @@ hr.soften { ...@@ -152,6 +152,10 @@ hr.soften {
-webkit-animation-name: downloadButton; -webkit-animation-name: downloadButton;
-webkit-animation-duration: 2s; -webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite;
-webkit-transition: none;
-moz-transition: none;
transition: none;
} }
.masthead .btn:active { .masthead .btn:active {
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1); -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment