This commit is contained in:
ManjaroOne666 2019-01-14 10:17:10 +00:00
parent 53330304c7
commit 46e0369972
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## Services Page
* Have background change as scrolling down the services?
* menu items (large devices) = nice big images with text coming out
## Schedule
* Complete page skeletons
* text content
* styling
* images

View File

@ -205,7 +205,7 @@ export default {
},
doThumbScroll(direction) {
if (this.isThumbsScrolling) { return }
this.isThumbsScrolling = true
if ((direction === 'left' && this.isLeftDesktopNavActive) || (direction === 'right' && this.isRightDesktopNavActive)) {
this.handleNavClickDesktop(this.activeRow, direction)