Skip to content

Conversation

@VladimirValov
Copy link

At any scrolling the event of scrolling upwards works as delta = 0 falls under the condition
if (deltaOfInterest < 0) {
el.moveDown()
} else {
el.moveUp()
}

At any scrolling the event of scrolling upwards works as delta = 0 falls under the condition
 if (deltaOfInterest < 0) {
          el.moveDown()
        } else {
          el.moveUp()
        }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant