Plasma/Active/Development/ActiveHIG/Scrolling
Scrolling
Guidelines
Scrolling on touch UIs always has to apply these principles:
- It has to be done by flicking
- It has to be accelerated
- It has to be "kinetic" (meaning that the scrolling does not immediately stop when the finger is lifted after flicking, but decelerates instead)
- There are never scrollbars, only a scroll indicator
Code
Still has to be inserted