animations are done through software or hardware - are they just all
software based? This may be why I'm seeing it run slowly?
Thanks
On Oct 22, 11:19 am, Mark Wyszomierski <mar...@gmail.com> wrote:
> 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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---
No comments:
Post a Comment