Forums

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

Home Forums CSS I have been struggling with this for too long Reply To: I have been struggling with this for too long

#237752
valespring
Participant

Here’s a quick and dirty version:

http://codepen.io/valespring/pen/obaWwM

Note: You are loading more stuff into the document for no reason (aka two images) and using more CSS than is required. I used transform to do a different transition that uses the same HTML elements throughout.

Hope this helps.