Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The previous criteria "verticalSlideCount > 0" would result
in verticalOffset being NaN when verticalSlideCount == 1.
This would cause dom.background.style.backgroundPosition to
be set to something like "123px NaNpx", ultimately preventing
the parallax effect to play (silently failing so far).
|
|
|
|
|
|
set #766
|
|
|
|
https://github.com/rajgoel/reveal.js into dev
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
duration #723
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reveal
|
|
|
|
|
|
|
|
|
|
side of screen
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix to the updating event.
|
|
the *.min.js didn't chaged yet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
do something when a slide is displayed and hidden.
|
|
|
|
If config.center is false, this change centers slides with the
'center' class.
|
|
|
|
|
|
|
|
7 safari
|
|
|
|
|
|
Also add a description about the solarized theme.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requestAnimationFrame
|
|
|
|
|
|
|
|
|
|
input
|
|
|
|
for backward compatibility reasons, IE11 sets both msPointerEnabled and
pointerEnabled. Changed the order for the test and added 'else if' to
not duplicate handlers on pointer events
|
|
Added unprefixed touch-action CSS attribute
Added unprefixed pointer events handlers hooks
|
|
Added un-prefixed touch-action CSS attribute
added un-prefixed PointerEvents event handler hooks
|
|
|
|
|
|
parallax is applied to background class, remove unused attributes #595
|