Skip to content

Commit

Permalink
Tweaks to CSS -- not quite right, though
Browse files Browse the repository at this point in the history
  • Loading branch information
brianarn committed Apr 19, 2010
1 parent 0642cfa commit b423f6e
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions slidekit.css
Expand Up @@ -64,13 +64,24 @@
}

.slidekit > li.dissolve.in {

-webkit-animation-name: fadein;
}

.slidekit > li.dissolve.out {

-webkit-animation-name: fadeout;
}

@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}

@-webkit-keyframes fadeout {
from { opacity: 1; }
to { opacity: 0; }
}



/* DEFAULT THEMES */

Expand Down

0 comments on commit b423f6e

Please sign in to comment.