Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 635 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 635 Bytes

Ti-Widget-AnimatedGIF

Animated GIF view widget for Appcelerator Titanium

Need Titanium Native Module

(Thanks to mpociot & m1ga)

Example

<View top="0">
  <Require type="widget" src="com.boxoutthinkers.animatedgif" id="gifImage" />
</View>
"#gifImage": {
  image: "/images/loading_mask_animation.gif",
  width: 170, height: 241
}

Method

  • image(_image) : change gif image

TODO

  • change size after create
  • start and stop animation

ChangeLog

  • v1.0 : create, image changing method