Replies: 1 comment 1 reply
-
Well, it's actually possible with the plugin system: class RAFPlugin extends ScrollbarPlugin {
static pluginName = 'raf';
override onRender() {
// `onRender()` will be called in every render loop (rAF loops)
}
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This would improve performance and sync better with gsap animations etc.. Wondering if this could be done in a plugin although it would seem doubtful as this is would be pretty low level change I would think.
Beta Was this translation helpful? Give feedback.
All reactions