transition: bottom .3s, opacity .3s;

This commit is contained in:
eldadfux
2019-10-26 12:33:21 +03:00
parent dae6caf148
commit 7c1871937b
3 changed files with 4 additions and 3 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -96,6 +96,7 @@ https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clik
font-style: normal;
.func-start(50%);
opacity: 0;
transition: bottom .3s, opacity .3s;
&::before {
.func-padding-end(5px);
@@ -104,7 +105,7 @@ https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clik
&:hover {
.copy {
transition: bottom .6s, opacity .6s;
transition: bottom .3s, opacity .3s;
opacity: 0.90;
bottom: 16px;
}