Table Of Contents
Damped scroll effect¶
New in version 1.7.0.
This damped scroll effect will use the overscroll to calculate the scroll value, and slowing going back to the upper or lower limit.
- class kivy.effects.dampedscroll.DampedScrollEffect(**kwargs)¶
Bases: kivy.effects.scroll.ScrollEffect
DampedScrollEffect class. See module documentation for more information.
- edge_damping¶
Edge damping.
edge_damping is a NumericProperty, default to 0.25
- spring_constant¶
Spring constant.
spring_constant is a NumericProperty, default to 2.0