1
My question is the following: How do I remove that lag that causes when a Panel/Button (etc) is updated by the method Controle.Update()
? That’s why I use it to make the slide effect, but this effect ta with a low performance resulting in a slow animation and ugly. Here’s my code, considering Panel2
the panel I want the animation:
For x% = 0% To +200 Step +4
Panel2.Width = x : Panel2.Update()
Next
but it’s no use, I want a beautiful animation, no lag, smooth, like a mobile menu. Any idea?
Good evening Cyberpotato This occurs in the Release or only in Debug?
– Guilherme Nascimento
Yes, it occurs in Release mode too.
– CypherPotato