Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Animation Speed #131

Open
snoweuph opened this issue May 24, 2022 · 2 comments
Open

[Enhancement] Animation Speed #131

snoweuph opened this issue May 24, 2022 · 2 comments

Comments

@snoweuph
Copy link

You can set the Animation speed inside KDE, It would be nice if the Animations of This Applet would also be Scaled by that. Currently for me I find the Animation when you press a Letter like A really slow, It would be Nice to be able to change that how you want.

@Zren
Copy link
Owner

Zren commented May 24, 2022

Ah, yeah I guess.

In SearchStackView.qml, there's a hardcoded 250ms. It should probably be using PlasmaCore.Units.longDuration = 200ms based on the Global Plasma Animation Speed or a make it config value that can be changed in Tiled Menu's config.

	// property int zoomDuration: 250
	property int zoomDuration: 0

@snoweuph
Copy link
Author

That would be pretty nice 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants