Animated out-of-office email

I suppose I knew that using animations in email was possible. I don’t think I’ve actually noticed an animation (outside of GIF attachments) until this week when I received an out-of-the-office response from an Apple evangelist.

Why don’t we see more visual accents like this? Maybe I just normally communicate with the wrong people.

#wrapper img#imageAccent.flyIn {
 -webkit-animation-name: 'flyIn'; 
 -webkit-animation-duration: 1.25s; 
 -webkit-animation-iteration-count: 1; 
 -webkit-animation-timing-function: ease-out; 
}

Comments are closed.