Forums

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

Home Forums CSS Centering, layering and rotating (animating) img’s Reply To: Centering, layering and rotating (animating) img’s

#263356
drone4four
Participant

As you explained, Paulie, since the imgs are stacked, its hard to animate the imgs below the topmost one. So I changed the img position to relative for testing purposes. That change is now present in my newest pen, linked to here: https://codepen.io/Angeles4four/pen/QOoBRK?editors=1100

The .two and .three elements rotate and animate as expected. But .one is still frozen. I tried playing with the transform variables in degrees. It is still always idle. Any idea as to why? I am totally baffled.

Thanks you, @Paulie_D for your help and for your patience so far.