Hi there,
I'm trying to slide in a menu from the right of my screen, and it insists on either not working at all, stuttering on and off the screen, or flying the wrong way. Slightly losing my rag with the whole thing. This is what it's doing:
My X property on the gallery is:
If(showWS, menuState * (Timer2.Value/Timer2.Duration),
menuState * (1-(Timer2.Value/Timer2.Duration)))
My OnTimerEnd is set to:
UpdateContext({sTimer:false});
Reset(Timer2);
If(showWS,
UpdateContext({menuState:976}),
UpdateContext({menuState:1366}))
I'm setting the menuState to avoid the stuttering inherent in the usual sliding animations.
Can anyone save me from losing what little hair I have left?
WarrenBelz
146,594
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,928
Most Valuable Professional