mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-07-31 03:40:28 +02:00
add logs to scrollview.js
This commit is contained in:
@@ -46,8 +46,10 @@ export default class ScrollView {
|
|||||||
let presentationBackground;
|
let presentationBackground;
|
||||||
|
|
||||||
const viewportStyles = window.getComputedStyle( this.viewportElement );
|
const viewportStyles = window.getComputedStyle( this.viewportElement );
|
||||||
|
console.log(viewportStyles);
|
||||||
if( viewportStyles && viewportStyles.background ) {
|
if( viewportStyles && viewportStyles.background ) {
|
||||||
presentationBackground = viewportStyles.background;
|
presentationBackground = viewportStyles.background;
|
||||||
|
console.log(presentationBackground);
|
||||||
}
|
}
|
||||||
|
|
||||||
const pageElements = [];
|
const pageElements = [];
|
||||||
|
Reference in New Issue
Block a user