Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Smooth CSS animate via addClass/removeClass Reply To: Smooth CSS animate via addClass/removeClass

#193839
jack_Quarry
Participant

Hello,

Are you using the same codepen?
http://codepen.io/TheEnd/pen/YPVOMR?editors=110

There seems to be a big difference in the CSS:

.animaContX {
height: 250px;
position: relative;
margin: 10% auto;
border:1px solid red;
}

VS

.animaContX {

width: 45px;
position: relative;
margin: 10% auto;
}

Can some one help me?