efl/src/lib/elementary/efl_page_transition_scroll.eo

23 lines
643 B
Plaintext

class @beta Efl.Page.Transition_Scroll extends Efl.Page.Transition
{
[[Page transition for @Efl.Ui.Pager
With this type of transition, pages are arranged linearly and move parallel
to the screen by scrolling. The current page is displayed at center, and
previous and next pages might be displayed optionally.
]]
methods {
@property side_page_num {
[[The number of pages displayed on each side of the current page]]
values {
side_page_num: int;
}
}
}
implements {
Efl.Object.constructor;
Efl.Object.invalidate;
Efl.Page.Transition.bind;
}
}