Support and General Use > Theming and Appearance Customization

animations robotic/too slow... broken?

(1/1)

audio-i:
I wouldn't know exactly when it happened, but using r27847 on an ipod video (also the current i.video and gigabeat simulators), I noticed that the animations, i.e. alternating sublines using images, go too slow, making the theme look totally robotic. This "kills" themes like retroTape and others that use animations.

JdGordon:
hmmm. http://svn.rockbox.org/viewvc.cgi?view=rev;revision=27826 should have fixed that

audio-i:

--- Quote from: JdGordon on August 19, 2010, 06:08:22 PM ---hmmm. http://svn.rockbox.org/viewvc.cgi?view=rev;revision=27826 should have fixed that

--- End quote ---
Looks like it broke again, or it didn't really work  :-\

EDIT
Seems like I found what the problem *might* be. In most of the cases, %t seems to be working OK now, but when it's placed inside the %?mp tag to display images, it seems it uses only the default interval parameter (2sec ?).

It's affecting a few of the themes I've made, here's the code of retroTape as an example, which alternates three wheel images at different intervals and order, according to the playing status:

--- Code: ---%?mp<|%t(0.2)%xd(Wa)|%t(0.1)%xd(Wc)|%t(0.1)%xd(Wa)|%t(0.1)%xd(Wc)>;
%?mp<|%t(0.2)%xd(Wb)|%t(0.1)%xd(Wc)|%t(0.1)%xd(Wb)|%t(0.1)%xd(Wb)>;
%?mp<|%t(0.2)%xd(Wc)|%t(0.1)%xd(Wc)|%t(0.1)%xd(Wc)|%t(0.1)%xd(Wa)>
--- End code ---

AsusFreak:
I can confirm this: AF_Black has the same probs. The animation code of my theme is similar to i-audio's.

audio-i:
I opened FS#11629

Navigation

[0] Message Index

Go to full version