Skip to content

Instantly share code, notes, and snippets.

View Barlingson's full-sized avatar
💭
I may be slow to respond.

Charles Longwe Barlingson

💭
I may be slow to respond.
View GitHub Profile
from kivy.effects.scroll import ScrollEffect
from kivy.properties import NumericProperty
from kivy.effects.dampedscroll import DampedScrollEffect
class LowerScrollEffect(ScrollEffect):
friction = NumericProperty(0.027)
def on_overscroll(self, *args):
sv = self.target_widget.parent