Forums

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

Home Forums CSS How can I fix a side of an element when i made it moving after rotate it ?? Reply To: How can I fix a side of an element when i made it moving after rotate it ??

#202958
Paulie_D
Member

If you post here, you can use Codepen.

However, if you ‘re open to suggestions.

First, validate your HTML & CSS.

Second, don’t start at the end.

Animate one property…if that works, add the next one to the animation and repeat the testing…do that until the animation runs as expected.

So the same for the transitions…transition one property, if that works, add the next.