Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 670 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 670 Bytes

Ti.Hero

PoC of Titanium swift Module support. https://github.com/HeroTransitions/Hero

Currently it extend TiViewProxy and TiWindowProxy to support hero.id and hero.isEnabled.

If using NavigationWindow set hero.enabled for current window before open new.

currentWin.hero = { enabled:true };
nav.openWindow(newWin);

Current state

works with all windows

With Hero

alt text alt text

Without Hero

alt text alt text