Skip to content

Commit

Permalink
expressing explicit visibility instead of using initial
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedrad committed Oct 18, 2015
1 parent 8946be0 commit e62f4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sliiide.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 181,7 @@

var activate = function() {
siiize();
$sliiider.css('visibility','initial');
$sliiider.css('visibility','visible');
if(settings.body_slide) {
$body.css(prefixCSS(bodySlidePrepare));
$body.css(prefixCSS(bodySlideProp[settings.place].activateAnimation));
Expand Down

0 comments on commit e62f4c7

Please sign in to comment.