0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

feat: provide a new settings option to change or disable animations (#424)

This commit is contained in:
neon_arch 2023-12-12 15:06:27 +03:00
parent 1a2a833597
commit 19081b72c0

View File

@ -60,6 +60,17 @@ pub fn user_interface() -> Result<Markup, Box<dyn std::error::Error>> {
option value=(k){(v)}
}
}
h3{"select animation"}
p class="description"{
"Select the animation for your theme to be used in user interface"
}
select name="animations"{
option value=""{"none"}
@for (k,v) in style_option_list("animations")?{
option value=(k){(v)}
}
}
}
))
}