remove lots of jquery
This commit is contained in:
parent
3e9aa97c7e
commit
d05d5d51ab
4 changed files with 103 additions and 145 deletions
|
|
@ -58,10 +58,6 @@ input, button
|
|||
max-width: 640px;
|
||||
}
|
||||
|
||||
#divTwcMiddle
|
||||
{
|
||||
}
|
||||
|
||||
#divTwcLeft
|
||||
{
|
||||
display: none;
|
||||
|
|
@ -314,4 +310,20 @@ jsgif
|
|||
max-height: 100vh;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.navButton {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.visible {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
transition: opacity 1s linear;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
transition: visibility 0s 1s, opacity 1s linear
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue