Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (skew)
Browsing all 2 articles
Browse latest View live

2d Transformations with skew (using the actual matrix)

// [a, b ] a = xScale; b = ySkew // [c, d ] c = xSkew; d = yScale // [tx, ty] tx = xTranslate; ty = yTranslate   var transformation = Ti.UI.create2DMatrix({a: 7, b: 1, c: .80, d: 0, tx: 0, ty: 0});...

View Article



iOS "pinch-like" transformation on views or windows

Hey guys, Does anyone know if a transformation like the image-url attached is possible in appcelerator? I've pretty much ruled this out as a possibility at this point but wanted to post it here to see...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images