Community Questions & Answers

Animations

Hi all i'm new to mobile development kindly share me tutorials/videos of animation module or properties used in titanium studio. As i'm beginner to mobile development kindly share me tutorials/videos with examples it would be grateful........

Nested Animations

Hey guys, I may be a tad naïve in asking this, but what is the problem with having nested animations? I've noticed that this can create some bugs when run in the simulator, such as animations locking up the app. However, I have been unable to repeat...

Unfolding animation

Hello world! Does anyone know how to make an unfolding animation in Appcelerator like on this image: http://www.idrukker.nl/images/stories/basisimages/handleidingen/zigzagvouw.png ? Only than multiple rows (e.g. 5). An API or some sample code would be...

Ti2DMatrix in a different context

I get this warning when using Ti2DMatrix: ~~~ [WARN] Creating [object Ti2DMatrix] in a different context than the calling function. ~~~ I think it's because i use url to create a window, and sends the Ti2DMatix as a parameter when creating the window. Is...

Is it possible to control the speed of animation

An animated object by default seems to start off slow then get up to speed then slow down. This makes a simple repeating animation not appear smooth. Am I missing some setting? For example I want to create a moving background where the image is 100...

Animation Issues

~~~ [WARN] New layout set while view [object TiUIView] animating: Will relayout after animation. ~~~ Anyone know how to fix this warning, as get it all the time in my app.

how to animate a object outside the screen?

I'm build to iPhone and I need to make a little visual animations... I want to move a label outside the screen when I touch a button... I'm trying to do this: ~~~ label2.animate({ duration: 300, right: -300 }) ~~~ but don't seems to work... someone...

Animation autoreverse

Application type: mobile Titanium SDK: 3.1.0 Platform & version: Android 2.x and 4.x Device: Samsung Galaxy Tab 2 10.1 Wifi & 3G Host Operating System: Ubuntu 12.04 Titanium Studio: 3.1.0.201304151600 Hi, I'm trying to use...

Issues animating just created Views.

Hello! I'm trying to do a transition between two views. I want to animate both views, I have no issues when trying to animate the current existing view. But when I try to animate the one I just created programmatically. It doesn't work, it just skip the...

Unable to animate view with height 0

- Application Type: mobile - Titanium SDK: 3.1.0GA - Platform: iOS 6.1 - Device: iOS Simulator - Host OS: Max OSX 10.8.3 - Titanium Studio: 3.1.1.201304291957 Our app contains a view whose display will be toggled by the user. When toggled visible we need...

Titanium - stoppable animation is v. v. choppy

So i have an image that i want to drop down the page. Should the user click a button, the image will stop said dropping down the page. I've used the eventListener 'complete' style to execute this... and it works, in a fashion. The problem is that the...

Animation possibilities with TI?

I was looking at your animation tutorials using createView and so on. I'm an ios developer, and I'm thinking of using Titanium in my company - but first of all I need to know if it is possible to do some stuff... :/ For example this rotating wheel:...

Stop animation effect

Am making a "Syncing" animation effect. When the user press "Sync" the animation begins. If the user press "Cancel" the animation should stop, but that doesn't happen. Reading the Q&A and the Doc, calling the animation...

Alloy Flip Animation

Hi I want to create an iOS flip animation using Alloy. I know that in the old way of doing it you would create a view for the back side of the animation but not add it it's parent and then show it as follows: ~~~ parentView.animate({view: backView,...

Showing 1-50 of 638 1 2 3 4 5 613