Email Client Support for Interactive and Dynamic CSS
Posted in CSS Help, Email Resource, Interactive Email Tutorials, Kinetic Email by Justin On August 13, 2015. 1 Comment
Have you always wanted to experiment with kinetic email – interactive and dynamic CSS in email – but did not know where to start? Introducing the FreshInbox Resources section where you can familiarize yourself with kinetic email support in email clients as well as examples and tips:
Feel free to give your feedback in the comments!
Latest Comments
Thanks a lot for this. This is a great ressource ! Regarding Outlook.com and the subset of CSS transforms supported, I think I can add a little bit of my own tests (mostly when I did this email). From what I understand, Outlook.com only supports shorthand functions. So this means that
translate
orscale
work, but nottranslateX
,translateY
,scaleX
,scaleY
or eventranslate3d
andscale3d
. And even that subset of function supported, Outlook.com only supports a subset of CSS units. Anything with a value inpx
orem
will be stripped, but values in%
ordeg
are okay. Sotranslate(50%, 50%)
,scale(2, 2)
, androtate(45deg)
all work in Outlook.com.