TitaniumAnimator
TitaniumAnimator copied to clipboard
A replacement for Titanium's view animations.
I saw an earlier issue about 64-bit support but it seems to be marked as resolved. However when I drop in the module and run, I get the typical 64bit...
Hello, When i include the module, app is getting crash on android 6, Console says: `TiApplication: (KrollRuntimeThread) [69,167] Sending event: exception on thread: KrollRuntimeThread msg:java.lang.UnsatisfiedLinkError: dlopen failed: /data/app/com.testpem-2/lib/arm/libcom.animecyc.animator.so: has text...
The module works on simulator, but doesn't build on device (or distribution), here's a copy of the error: ``` [ERROR] : ** BUILD FAILED ** [ERROR] : The following build...
Hi, just updated the module to 2.0 alpha, but there seems to be an issue with animating the transform property. The view just pops into place instead of animating.
Hi, I cannot seem to get this project to build. > The following build commands failed: > CompileC build/TitaniumAnimator.build/Release-iphoneos/TitaniumAnimator.build/Objects-normal/armv7/ComAnimecycAnimatorModule.o Classes/ComAnimecycAnimatorModule.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler > (1 failure) > xcodebuild failed...
I know this is probably a spare time project and nothing can be expected - I just need to know the status of this? Especially the Android part. We have...
Hi all, I have an error while using this module "osname": "android", "version": "5.1", "model": "Nexus 5", Titanium SDK 3.5.1 Stack trace: ``` 04-08 14:01:58.669: E/art(3877): JNI ERROR (app bug):...
Something got broken with ios8 I am using the 3.4.0 build and the animation either don't work (the opacity ones) or the spacial transitions are glitchy (Maybe something to do...
Thanks for an excellent module! I can't get rotations to work with anchorpoints + rotate on Android though. Is this known behaviour, or perhaps it's a problem with Titanium itself?...
Using the example you provided in app.js, there are a few odd things that happen if you use the ELASTIC and BOUNCE easing functions. ELASTIC seems to be sporadic and...