ease-in-out slide transition

This commit is contained in:
Jacob Thornton
2012-01-02 22:33:49 -08:00
parent 3fb6f6ee86
commit f5bcfaec2c
3 changed files with 8 additions and 8 deletions

View File

@@ -46,7 +46,7 @@ a.thumbnail:hover {
.item {
display: none;
position: relative;
.transition(.25s linear left);
.transition(.6s ease-in-out left);
}
.active, .next, .prev { display: block; }