Skip to content

Commit

Permalink
Version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyHeleine committed Aug 6, 2015
1 parent 0014ea6 commit 756fe83
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion photo-sphere-viewer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Photo Sphere Viewer v2.3
* Photo Sphere Viewer v2.3.1
* http://jeremyheleine.me/photo-sphere-viewer
*
* Copyright (c) 2014,2015 Jérémy Heleine
Expand Down Expand Up @@ -1411,6 +1411,7 @@ var PSVNavBar = function(psv) {
container.style.zIndex = 10;
container.style.bottom = 0;
container.style.width = '100%';
container.style.boxSizing = 'content-box';

container.style.transition = 'bottom 0.4s ease-out';

Expand Down

0 comments on commit 756fe83

Please sign in to comment.