refactor + new transitions

This commit is contained in:
kepler155c@gmail.com
2020-04-06 00:12:46 -06:00
parent 7659b81d49
commit 8fe6e0806c
5 changed files with 119 additions and 24 deletions

View File

@@ -1139,9 +1139,10 @@ function UI.Device:sync()
self.device.setCursorBlink(false)
end
self.currentPage:render(self.device)
if transitions then
self:runTransitions(transitions)
else
self.currentPage:render(self.device)
end
if self:getCursorBlink() then