UNPKG

@titanium/turbo

Version:

Turbo is a variation of Titanium Alloy that adds some enhancements and customizations for rapid development.

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