Skip to content

Instantly share code, notes, and snippets.

@ravtech
Created September 19, 2013 07:47
<style type="text/css">
. ms-tileview-tile-detailsBox {
width: 150px; height: 150px; top: 100px; left: 0px;
-webkit-transition: 300ms 0ms;
-webkit-transform-origin-x: -25px; }
.ms-tileview-tile-content:hover .ms-tileview-tile-detailsBox {
top:0px !important;
-webkit-transition: 300ms 0ms;
-webkit-transform-origin-x: -25px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment