Jump to content
Search Community

Search the Community

Showing results for tags 'android'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • GreenSock Forums
    • GSAP
    • Banner Animation
    • Jobs & Freelance
  • Flash / ActionScript Archive
    • GSAP (Flash)
    • Loading (Flash)
    • TransformManager (Flash)

Product Groups

  • Club GreenSock
  • TransformManager
  • Supercharge

Categories

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Personal Website


Twitter


CodePen


Company Website


Location


Interests

  1. We have a couple of large Android apps that we'd like to get on Google Play. We have to get the apk under 50mb so we'll need download and store a bunch of assets the first time they launch the app. This is my goal: 1. On launch check for the required zip file. 2. If it's not there, require a download step. Download the zip. 3. Then we'd need to be able to access the pngs from that download. Would anyone be interesting in helping me with this? matt@spinlight.com
  2. Hello, I've two Android/iOS Apps with rotation. On 1st App this works no problem on Android 2.3.6: var tl = new TimelineMax(); tl.to(document.getElementById(firstCardToTween), 0.4,{rotation:"-45deg", ease:Power2.easeOut})... However on 2nd App a bezier is being applied first with autorotate set to true and subsequent rotations aren't working (on Android), even when using the same syntax as in 1st App. Any ideas on how to solve this? Thank you, your help will be appreciated.
  3. Hi , I'm Not well English... sorry , I'm Using TweenMax.js 1.8.0 used to exmaple : function clickAAA() { TweenMax.to(aaa, 0.75, {y:0, onUpdate:test1, onComplete:test2}); } Well Working Any Device , OS... but Samsung Galaxy Note 2 (Android 4.1.1) , Samsung Galaxy Note 10.1 ( Android 4.1.2 ) , and I'm not have Other Device ) No Working... Where : Original Browser When: [ Browser - Tab 1] Loading page and tween max Method click -> Well Done! Go More Tab [ Broswer - Tab2 - other page ] And Return [ Broswer - Tab1] and click -> Not Working! i think not working ticker i'm tested 'https://www.greensock.com/get-started-js/' , has same problem. this problem to cause Device? please help and advice, Thanks you
  4. I'll spare the kudos for now, but seriously, you guys rock! I think there is an issue/bug with Android and rotation. But there is an exception which is baffling me... TweenMax.min.js version: beta 1.33 (also tried 1.29) Motorola Atrix - Android 2.3.6 Droid 2 - Not sure what version Android You can view the issue using examples in the Greensock JS zip file... greensock-v12-js/examples/falling_text.html - The letters do not rotate on Android (two devices) greensock-v12-js/examples/super_basic_syntax.html - Near the end, the divs should rotate. Doesn't work on Android. I even set up a bare bones example and it didn't work. However, The Snorkl.tv Peacock example does work. I tried copying his code and TweenMax (1.29) but it doesn't work for me. It only works on his site??? Really strange but thought you should know. Let me know if I can help troubleshoot this any further. Thanks!
  5. eOne

    > PhoneGap > Android

    Hi ppl, first of all, great work greensock! As soon as I've heard it about, I've switched my current project I am working on, from jquery animations to tweenlite. Of course, everything is working fine while testing in browsers, but when compiled in Eclipse and tested in emulator device things started to get weird. I get sliding, alpha works, but not in all situations, and rotation doesn't work at all. Is minified version supposed to work ok with PhoneGap and be ported to mobiles ?
×
×
  • Create New...