Table Of Contents
Damped scroll effect¶
バージョン 1.7.0 で追加.
This damped scroll effect will use the
overscroll to calculate the scroll
value, and slows going back to the upper or lower limit.
-
class
kivy.effects.dampedscroll.DampedScrollEffect(**kwargs)[ソース]¶ ベースクラス:
kivy.effects.scroll.ScrollEffectDampedScrollEffect class. See the module documentation for more information.
-
edge_damping¶ Edge damping.
edge_dampingis aNumericPropertyand defaults to 0.25
-
min_overscroll¶ An overscroll less than this amount will be normalized to 0.
バージョン 1.8.0 で追加.
min_overscrollis aNumericPropertyand defaults to .5.
-
round_value¶ If True, when the motion stops,
valueis rounded to the nearest integer.バージョン 1.8.0 で追加.
round_valueis aBooleanPropertyand defaults to True.
-
spring_constant¶ Spring constant.
spring_constantis aNumericPropertyand defaults to 2.0
-