1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-10 04:52:41 +01:00

Change fadein timer for faster animations

This commit is contained in:
Elias Steurer 2019-12-23 12:22:00 +01:00
parent c463e748d1
commit ba4c8ada9a

View File

@ -98,7 +98,7 @@ Item {
}
Timer {
interval: 400
interval: 150
running: true
onTriggered: {
animFadeIn.start()