Podcast
Questions and Answers
Que fait la fonction if (this.stickyScrollerIsScrolling) return clearTimeout(this.contentScrollerTimer)
?
Que fait la fonction if (this.stickyScrollerIsScrolling) return clearTimeout(this.contentScrollerTimer)
?
Quelle est la fonction de this.contentScrollerTimer = setTimeout(() => { this.contentScrollerIsScrolling = false }, 100)
?
Quelle est la fonction de this.contentScrollerTimer = setTimeout(() => { this.contentScrollerIsScrolling = false }, 100)
?
Que fait la fonction if (this.contentScrollerIsScrolling) return clearTimeout(this.sticckyScrollerTimer)
?
Que fait la fonction if (this.contentScrollerIsScrolling) return clearTimeout(this.sticckyScrollerTimer)
?
Quelle est la fonction de this.sticckyScrollerTimer = setTimeout(() => { this.stickyScrollerIsScrolling = false }, 100)
?
Quelle est la fonction de this.sticckyScrollerTimer = setTimeout(() => { this.stickyScrollerIsScrolling = false }, 100)
?
Signup and view all the answers
Quelle est la différence entre this.contentScrollerIsScrolling
et this.stickyScrollerIsScrolling
?
Quelle est la différence entre this.contentScrollerIsScrolling
et this.stickyScrollerIsScrolling
?
Signup and view all the answers
¿Cuál es el propósito principal de la función setTimeout
utilizada en este código?
¿Cuál es el propósito principal de la función setTimeout
utilizada en este código?
Signup and view all the answers
¿Cuál es la diferencia entre this.contentScrollerIsScrolling
y this.stickyScrollerIsScrolling
?
¿Cuál es la diferencia entre this.contentScrollerIsScrolling
y this.stickyScrollerIsScrolling
?
Signup and view all the answers
¿Cuál es el propósito de las instrucciones if (this.stickyScrollerIsScrolling) return clearTimeout(this.contentScrollerTimer)
y if (this.contentScrollerIsScrolling) return clearTimeout(this.sticckyScrollerTimer)
?
¿Cuál es el propósito de las instrucciones if (this.stickyScrollerIsScrolling) return clearTimeout(this.contentScrollerTimer)
y if (this.contentScrollerIsScrolling) return clearTimeout(this.sticckyScrollerTimer)
?
Signup and view all the answers
¿Cuál es el propósito de la instrucción $refs.stickyScroller.parentElement.scrollLeft = e.target.scrollLeft
?
¿Cuál es el propósito de la instrucción $refs.stickyScroller.parentElement.scrollLeft = e.target.scrollLeft
?
Signup and view all the answers
¿Cuál es el propósito de la instrucción $refs.contentScroller.scrollLeft = e.target.scrollLeft
?
¿Cuál es el propósito de la instrucción $refs.contentScroller.scrollLeft = e.target.scrollLeft
?
Signup and view all the answers