My question is this: How do I remove that lag that causes when a Panel / Button (etc) is updated by the Controle.Update()
method? This is why I use it to make the slide effect, but this effect is low, resulting in slow and ugly animation. Here is 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, lag-free, smooth, like a mobile menu. Any ideas?