12-15-2009 08:00 PM
when applying svg animation to landscape home screen on Storm, there's no animation like portrait mode. Is this normal? Is there any way to make the svg animation work on landscape mode? thanks
12-16-2009 10:36 AM
Do you have two separate SVG files specified in the portriat/landscape Homescreens or are you using the same one? What triggers the animation to run? Does it run from the first frame or based on an event like a button focus?
12-16-2009 10:08 PM
thanks for your reply.![]()
I use the same file for the two mode. So if I create two single svg files, it will work? most of my svg based on an event like button click, button focus.
12-17-2009 11:05 AM
If you're going to have interactive buttons on your SVG, then you're going to want to look at this post here:
"Port and Landscape homescreen overlap??"
You have to add the lines of code posted there so that the buttons will work properly on the Storm no matter the orientation.