Detecting top of ScrollView bounce/pulldown

Does anyone know how I would detect a scroll bounce/pull down at the top of a ScrollView (to be used for refresh purposes)? This is famous 3.5.

tia!

Hi @dwardoh, I think you’ll need to implement that. Famous doesn’t have that by default. I’d start by looking at the ScrollView class and either forking and modifying it, or possibly extending and adding the functionality. It would involve detecting the touch/swype action and moving items downward.

I am going to begin making my first Infamous components soon, as well as docs and demos. Here’s a small grid component, animating letters into the grid: http://mightydevs.com

One of the components I’d like to make is a ScrollView (maybe with a different name though).