How to Fix Jittery CSS Animations in iOS Mail

Here is a technique that solves a common kind of animation jitteriness in iOS Mail. Under certain conditions, quick, single iteration (non-repeating) CSS animations in iOS tend to skip - causing movements to look glitchy and jarring.

A solution is to increase the

Read More

Using -webkit no Longer Needed for CSS Animations in Email

Its 2018 and email clients that support CSS animations no longer require the -webkit vendor prefix when using the animation CSS property or @keyframes rule.

Read More

Gmail is Stripping Ids and Classes From Elements in Classic Version [Update: fixed]

[Update: This has been fixed.]

Gmail rolled out a new version of the UI in Beta in April, however it looks like in the process of migrating users to the new UI a few days ago the "old" Gmail suddenly reverted to a

Read More