Changes between Version 2 and Version 3 of Scrolling


Ignore:
Timestamp:
Jan 31, 2019 11:25:42 AM (5 years ago)
Author:
Simon Fraser
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Scrolling

    v2 v3  
    55== Scrollable areas
    66
     7The ScrollableArea base class represents a region that is scrollable. It's the base class for ScrollView, RenderLayer (for overflow scroll) and for list rendering.
    78
     9ScrollableArea provides some basic geometry info and functionality for scrolling snapping(?). It's only usable from the main thread.
    810
    911== Scrolling features
     12
     13== Scrolling and RTL
    1014
    1115=== Rubber-banding ("bouncing")
     
    3539
    3640==== ScrollingTree
    37