add different modes to video-toggle plugin

* Custom: like before but slightly position

* Native: use the native video-toggle

* Disabled: force disable the native video-toggle
This commit is contained in:
Araxeus
2022-04-20 18:21:51 +03:00
parent 23058729f3
commit 9beebd3772
6 changed files with 66 additions and 7 deletions

View File

@ -75,3 +75,8 @@
transform: translateX(0);
transition: transform 300ms;
}
/* disable the native toggler */
#av-id {
display: none;
}