Skip to content

Instantly share code, notes, and snippets.

@andrzejschmidt
andrzejschmidt / index.js
Last active August 29, 2015 14:18 — forked from afranioce/index.js
var win = Titanium.UI.createWindow({
backgroundColor: "#ffffff",
title: "win"
});
// animations
var animateLeft = Ti.UI.createAnimation({
left: -520,
transform: Ti.UI.create2DMatrix({rotate: 60}),
opacity: 0,