update
This commit is contained in:
parent
53330304c7
commit
46e0369972
7
TODO.md
7
TODO.md
|
@ -1,3 +1,10 @@
|
||||||
## Services Page
|
## Services Page
|
||||||
* Have background change as scrolling down the services?
|
* Have background change as scrolling down the services?
|
||||||
* menu items (large devices) = nice big images with text coming out
|
* menu items (large devices) = nice big images with text coming out
|
||||||
|
|
||||||
|
|
||||||
|
## Schedule
|
||||||
|
* Complete page skeletons
|
||||||
|
* text content
|
||||||
|
* styling
|
||||||
|
* images
|
||||||
|
|
|
@ -205,7 +205,7 @@ export default {
|
||||||
},
|
},
|
||||||
doThumbScroll(direction) {
|
doThumbScroll(direction) {
|
||||||
if (this.isThumbsScrolling) { return }
|
if (this.isThumbsScrolling) { return }
|
||||||
|
|
||||||
this.isThumbsScrolling = true
|
this.isThumbsScrolling = true
|
||||||
if ((direction === 'left' && this.isLeftDesktopNavActive) || (direction === 'right' && this.isRightDesktopNavActive)) {
|
if ((direction === 'left' && this.isLeftDesktopNavActive) || (direction === 'right' && this.isRightDesktopNavActive)) {
|
||||||
this.handleNavClickDesktop(this.activeRow, direction)
|
this.handleNavClickDesktop(this.activeRow, direction)
|
||||||
|
|
Loading…
Reference in New Issue