ags: add config option for gtk anim duration

This commit is contained in:
end-4
2024-03-04 22:35:07 +07:00
parent 71cc428004
commit 9de662f125
26 changed files with 60 additions and 87 deletions
@@ -121,7 +121,7 @@ export default (props) => {
});
const listContents = Stack({
transition: 'crossfade',
transitionDuration: 150,
transitionDuration: userOptions.animations.durationLarge,
children: {
'empty': notifEmptyContent,
'list': notifList,