Skip to content

Instantly share code, notes, and snippets.

View wishrohitv's full-sized avatar
🎯
Focusing

Rohit Vishwakarma wishrohitv

🎯
Focusing
View GitHub Profile
@wishrohitv
wishrohitv / kivyapp-to-apk.ipynb
Last active May 10, 2023 14:53 — forked from kaustubhgupta/kivyapp-to-apk.ipynb
KivyApp to APK.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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