Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kivy-garden/garden.stiffscroll
A ScrollEffect for use with a Kivy ScrollView. It makes scrolling more laborious as you reach the edge of the scrollable area.
https://github.com/kivy-garden/garden.stiffscroll
Last synced: about 1 month ago
JSON representation
A ScrollEffect for use with a Kivy ScrollView. It makes scrolling more laborious as you reach the edge of the scrollable area.
- Host: GitHub
- URL: https://github.com/kivy-garden/garden.stiffscroll
- Owner: kivy-garden
- License: mit
- Created: 2014-01-04T23:37:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T05:20:45.000Z (about 4 years ago)
- Last Synced: 2023-03-30T19:44:48.707Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 4
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
stiffscroll
===========A ``ScrollEffect`` for use with a Kivy ``ScrollView``. It makes scrolling more
laborious as you reach the edge of the scrollable area.A ``ScrollView`` constructed with StiffScrollEffect,
eg. ``ScrollView(effect_cls=StiffScrollEffect)``, will get harder to
scroll as you get nearer to its edges. You can scroll all the way to
the edge if you want to, but it will take more finger-movement than
usual.Unlike ``DampedScrollEffect``, it is impossible to overscroll with
``StiffScrollEffect``. That means you cannot push the contents of the
``ScrollView`` far enough to see what's beneath them. This is appropriate
if the ``ScrollView`` contains, eg., a background image, like a desktop
wallpaper. Overscrolling may give the impression that there is some
reason to overscroll, even if just to take a peek beneath, and that
impression may be misleading.``StiffScrollEffect`` was written by Zachary Spector. His other stuff is at:
https://github.com/LogicalDash/
He can be reached, and possibly hired, at:
[email protected]