Skip to content

Commit

Permalink
demo docs. a button deselects smoothly (styles fixed)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaipov committed Mar 26, 2019
1 parent 4b13585 commit bfcf79c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
a:visited {
text-decoration: none;
}
.btn_command {
transition-duration: 0.5s;
}
.btn_transform {
transform: translateX(30px);
transition-duration: 0.5s;
Expand Down
3 changes: 3 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
a:visited {
text-decoration: none;
}
.btn_command {
transition-duration: 0.5s;
}
.btn_transform {
transform: translateX(30px);
transition-duration: 0.5s;
Expand Down

0 comments on commit bfcf79c

Please sign in to comment.