|
|
|
@ -104,6 +104,7 @@ Add these styles to your CSS for [filtering](filtering.html), [animation](animat
|
|
|
|
|
.isotope .isotope-item { |
|
|
|
|
-webkit-transition-duration: 0.8s; |
|
|
|
|
-moz-transition-duration: 0.8s; |
|
|
|
|
-ms-transition-duration: 0.8s; |
|
|
|
|
-o-transition-duration: 0.8s; |
|
|
|
|
transition-duration: 0.8s; |
|
|
|
|
} |
|
|
|
@ -111,6 +112,7 @@ Add these styles to your CSS for [filtering](filtering.html), [animation](animat
|
|
|
|
|
.isotope { |
|
|
|
|
-webkit-transition-property: height, width; |
|
|
|
|
-moz-transition-property: height, width; |
|
|
|
|
-ms-transition-property: height, width; |
|
|
|
|
-o-transition-property: height, width; |
|
|
|
|
transition-property: height, width; |
|
|
|
|
} |
|
|
|
@ -118,6 +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; |
|
|
|
|
-o-transition-property: top, left, opacity; |
|
|
|
|
transition-property: transform, opacity; |
|
|
|
|
} |
|
|
|
@ -129,6 +132,7 @@ Add these styles to your CSS for [filtering](filtering.html), [animation](animat
|
|
|
|
|
.isotope .isotope-item.no-transition { |
|
|
|
|
-webkit-transition-duration: 0s; |
|
|
|
|
-moz-transition-duration: 0s; |
|
|
|
|
-ms-transition-duration: 0s; |
|
|
|
|
-o-transition-duration: 0s; |
|
|
|
|
transition-duration: 0s; |
|
|
|
|
} |
|
|
|
|