Home › Forums › JavaScript › Javascript Show Hide Position › Reply To: Javascript Show Hide Position
April 25, 2015 at 7:05 am
#201074
Member
The .toggle() method animates the width, height, and opacity of the matched elements simultaneously.
Basically, the width & height are animating.
You might be better adding or removing classes to get this to display.