-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed issue with dependency loader failing when there were 0 async sc…
…ripts (#214)
- Loading branch information
Showing
2 changed files
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
f51067b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
I am using reveal.js, You have done absolutely brilliant work!
just one query in reveal.js there is one function
updateSlides(). here it makes section tag display:none.
can you please explain why you are doing this.
i mean what kind of optimization need this.
please reply.
Thank You
f51067b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, please reply..
f51067b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's in place because having fewer visible slides makes the presentation run faster. I tried converting to
visibility: hidden;
at some point but ran into issues with the transitions, may revisit that.f51067b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank You ! Your explanation will help me a lot ! because I am facing problem with vertical slides. vertical slides doesn't transit with animation which are display:none.