I want three div boxes on my site to slightly toggle and kind of ‘hover’ around slowly until the mouse is over them – and then my custom hover effects take place that I’m already using. (shaking/rattle and opacity). But I’m stumped on how to get the slightly animation going.
Here’s where I’m at with my fiddle – what did I miss?
You did not specify a duration in your example. As far as making the divs slowly float around, you could apply animations repeated animations with random top and left values as follows:
Link to example: http://jsfiddle.net/7zZEG/1/