Skip to content

Instantly share code, notes, and snippets.

@asvny
Created September 3, 2015 13:24
Show Gist options
  • Save asvny/8ae03135c8b527ae3b00 to your computer and use it in GitHub Desktop.
Save asvny/8ae03135c8b527ae3b00 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
$card_morph: (
trans1: 200ms transform ease-in-out,
trans2: 400ms background ease-in,
trans3: 600ms color linear
);
.card {
transition: map-values($card_morph);
}
.card {
transition: 200ms transform ease-in-out, 400ms background ease-in, 600ms color linear;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment