Last Updated: February 25, 2016
·
5.685K
· victa

SlideToggle using css3

If you are looking for a pure css3 animation slide toggle effect, here is two solutions I use sometime.

The first one using the max-height property.
The second one using the `scale-y property.

Check it out http://lab.victorcoulon.fr/css/slide-css3-only.html for a live example