UNPKG

@titanium/turbo

Version:

🚀 Axway Amplify tool to use Turbo for turbo charging your Appcelerator Titanium SDK Framework!

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