You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.
Is there a way to have the "zoom on mousewheel" handler of the central timeline element also work while the mouse hovers over the time axis (or axes, if 'both' is set)?
Would it make sense to attach the 'scroll' listener from https://github.com/yotamberk/timeline-plus/blob/master/lib/timeline/Core.js#L268 to this.dom.bottom and this.dom.top as well?
The text was updated successfully, but these errors were encountered:
Is there a way to have the "zoom on mousewheel" handler of the central timeline element also work while the mouse hovers over the time axis (or axes, if 'both' is set)?
Would it make sense to attach the 'scroll' listener from https://github.com/yotamberk/timeline-plus/blob/master/lib/timeline/Core.js#L268 to
this.dom.bottom
andthis.dom.top
as well?The text was updated successfully, but these errors were encountered: