modularize themes and convert them to sass (closes #191)
This commit is contained in:
parent
3413d99b2b
commit
ecb4347ec1
18 changed files with 811 additions and 630 deletions
|
@ -664,6 +664,8 @@ var Reveal = (function(){
|
|||
|
||||
updateControls();
|
||||
|
||||
// Update the URL hash after a delay since updating it mid-transition
|
||||
// is likely to cause visual lag
|
||||
clearTimeout( writeURLTimeout );
|
||||
writeURLTimeout = setTimeout( writeURL, 1500 );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue