mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Page turn animations: add to dispatcher (#9123)
xref: https://www.mobileread.com/forums/showthread.php?p=4224443&postcount=1119
This commit is contained in:
@@ -897,6 +897,10 @@ function ReaderView:onPageChangeAnimation(forward)
|
||||
end
|
||||
end
|
||||
|
||||
function ReaderView:onTogglePageChangeAnimation()
|
||||
G_reader_settings:flipNilOrFalse("swipe_animations")
|
||||
end
|
||||
|
||||
function ReaderView:onReaderFooterVisibilityChange()
|
||||
-- Don't bother ReaderRolling with this nonsense, the footer's height is NOT handled via visible_area there ;)
|
||||
if self.ui.paging and self.state.page then
|
||||
|
||||
Reference in New Issue
Block a user