Skip to content

Instantly share code, notes, and snippets.

View betul's full-sized avatar
😉
Working from home

Betul betul

😉
Working from home
  • Turkiye
  • 18:49 (UTC -12:00)
View GitHub Profile
@betul
betul / mso-text-animation.html
Last active July 19, 2016 12:13 — forked from stigmm/mso-text-animation.html
CSS animation in Outlook 2007
<h1 style="mso-text-animation: ants-black">mso-text-animation: ants-black</h1>
<h1 style="mso-text-animation: ants-red">mso-text-animation: ants-red</h1>
<h1 style="mso-text-animation: blink-background">mso-text-animation: blink-background</h1>
<h1 style="mso-text-animation: lights">mso-text-animation: lights</h1>
<h1 style="mso-text-animation: shimmer">mso-text-animation: shimmer</h1>
<h1 style="mso-text-animation: sparkle">mso-text-animation: sparkle</h1>

Sass/Less Comparison

In this document I am using Sass's SCSS syntax. You can choose to use the indented syntax in sass, if you prefer it, it has no functional differences from the SCSS syntax.

For Less, I'm using the JavaScript version because this is what they suggest on the website. The ruby version may be different.

Variables