1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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;
}