Skip to content
This repository was archived by the owner on Mar 27, 2019. It is now read-only.
This repository was archived by the owner on Mar 27, 2019. It is now read-only.

Bounce back has strange behavior on chrome 45 #978

@bertyhell

Description

@bertyhell

When doing a strang flicker movement with my mouse on chrome desktop, the bounce does a weird jump and then does the bounce animation.

I can also get this behavior in the demo:
http://lab.cubiq.org/iscroll5/demos/simple/

It's like it does the bounce animation from the wrong direction.

Video of this behavior:
http://www.youtube.com/watch?v=Tv_-IZ1xF7w

My code:

        scroller = new IScroll(element[0], {
          mouseWheel:            mouseWheel,
          scrollbars:            needsScrollbar ? 'custom' : false,
          scrollX:               horizontal,
          scrollY:               !horizontal,
          shrinkScrollbars:      'clip',
          interactiveScrollbars: true,
          eventPassthrough:      true,
          bounceEasing:          'back'
        });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions