UNPKG

@titanium/turbo

Version:

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

16 lines (14 loc) 415 B
<Alloy> <Window> <View id="mover"> <Label id="label"> Trimmable String </Label> </View> <Button id="shake" onClick="shake">Shake</Button> <Button id="flash" onClick="flash">Flash</Button> <Button id="trim" onClick="trim">Trim</Button> <View class="flipper" platform="ios"> <Label id="back" onClick="flip"/> <Label id="front" onClick="flip"/> </View> </Window> </Alloy>