From 1abb53483e625e86ec28bf75733fbb3e46a8cbf9 Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Sat, 24 Mar 2012 08:34:39 -0400 Subject: [PATCH] docs : intro : fix -ms- vendor prefix --- _posts/docs/2010-12-01-introduction.mdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/docs/2010-12-01-introduction.mdown b/_posts/docs/2010-12-01-introduction.mdown index 443a516..e8bff2e 100644 --- a/_posts/docs/2010-12-01-introduction.mdown +++ b/_posts/docs/2010-12-01-introduction.mdown @@ -120,7 +120,7 @@ Add these styles to your CSS for [filtering](filtering.html), [animation](animat .isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; - -ms-transition-property: -moz-transform, opacity; + -ms-transition-property: -ms-transform, opacity; -o-transition-property: top, left, opacity; transition-property: transform, opacity; }