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
I did think about including that but the problem is you can't render with a scroll offset to canvas, there is a hack but it will likely mess up some of the css. There is an additional problem in that the performance for scrolling will probably be really bad which is the same reason I backed off trying to get CSS animations and transitions working for the moment. However, I'll take a look to see if I can get something working in the medium term even if the performance is bad.
If it's urgent, you can achieve a scrolling effect by simply having a div with overflow hidden and simply set the margin of a containing div to a negative value to offset ie <div style="overflow:hidden"><div style="margin-top: -50px">content</div></div>
First: thanks a lot for creating this component!
I wondered if there could be a way to have longer content scrolling, e.g. "overflow: scroll" support?
Thanks!
The text was updated successfully, but these errors were encountered: