Bounce effect on menu

I use symbol to create srolling list, it work well but it has not bounce effect.
I see that effect on ios and android , I want that list bouncing when I scroll up or down at the end of list.
is it possible on Hype?
Thank you so muchlistmenu.zip (16.3 KB)

The scrolling behavior is OS dependent. You could theoretically write javascript code that listens to the onscroll event and override it however you want. (Sorry, not something I can help with!) I’d generally recommend against changing scroll behavior when possible.