mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
Do not export duration
This commit is contained in:
parent
a73ae72e75
commit
9c2aae4177
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
import { tweened } from "svelte/motion";
|
||||
|
||||
export let collapse = false;
|
||||
export let duration = 200;
|
||||
export let animated = !document.body.classList.contains("reduced-motion");
|
||||
|
||||
let collapsed = false;
|
||||
|
|
Loading…
Reference in a new issue