Hi,

I'm trying to perform a simple animation, but it seems quite choppy.
This is it:

  Animation anim = new TranslateAnimation(0,0,-50,0);
  anim.setDuration(500);
  anim.setInterpolator(new LinearInterpolator());
  myLinearLayout.setAnimation(anim);

the animation does what it's supposed to do, just very choppy - is
there any reason why it's so slow? The linear layout I'm applying it
to is pretty simple, just has a few children,

Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to