UNPKG

@titanium/turbo

Version:

🚀 Turbo is the awesome framework for turbo charging your Titanium cross-platform native mobile app development!

7 lines (6 loc) • 141 B
function open_window(e) { var win = Ti.UI.createWindow({ backgroundColor: 'blue' }); $.navWindow.openWindow(win, { animated: true }); }