As I delve into CSS3 animations, I have been experimenting with some example code. Here is the link to the code: http://jsfiddle.net/chricholson/z7Bg6/67/
I am curious about how to adjust the duration of animations when un-hovering. Currently, it seems that the timing and settings for applying styles are the same for both hovering and un-hovering transitions. My goal is to make the transition slower (maybe around 2 seconds) when un-hovering, while maintaining a quick 0.1 second fade when hovering.