Skip to content

Commit

Permalink
Start the div off at -1000px to the left. Add -ms-transition
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev committed May 8, 2014
1 parent 317b8c9 commit 06a165e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions videojs.thumbnails.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* a wrapper element that tracks the mouse vertically */
.vjs-thumbnail-holder {
position: absolute;
left: -1000px;
}

/* the thumbnail image itself */
Expand All @@ -12,6 +13,7 @@
transition: opacity .2s ease;
-webkit-transition: opacity .2s ease;
-moz-transition: opacity .2s ease;
-mz-transition: opacity .2s ease;
}

/* fade in the thumbnail when hovering over the progress bar */
Expand Down

0 comments on commit 06a165e

Please sign in to comment.