Skip to content
This repository was archived by the owner on Jun 9, 2022. It is now read-only.

Implement standard DOM events #102

@georgecrawford

Description

@georgecrawford

As well as supporting the existing JS event listener callback (scroller.addEventListener()), it'd be great if FTScroller fired standard DOM events on the scroller DOM node as well. This would enable external modules which don't have access to the scroller instance in memory - for example test suites - to listen to (and indeed, synthesise) FTScroller events on an existing node. They might need to be namespaced, as the scroll event could conflict with the native browser scroll.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions