Improve stability of animated lancelot test scene
The lancelot test has shown sensitivity to timing on some platforms; this change improves stability there. Pick-to: 6.0 Change-Id: I9c8519423635fc22724d96e0a09bcdd1dd0a0102 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
This commit is contained in:
parent
d6a5a85259
commit
473ce18934
|
@ -13,7 +13,7 @@ Item {
|
|||
fragmentShader: "qrc:shaders/property.frag"
|
||||
|
||||
UniformAnimator on colorProperty {
|
||||
duration: 200
|
||||
duration: 20
|
||||
from: 0.0
|
||||
to: 1.0
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue