 Thread Author
# 15

05-07-2009, 02:24 PM
|
| CrackBerry Abuser Device(s): 9530 (Storm) Carrier: Verizon | | Join Date: Nov 2008 Posts: 138 Likes Received: 0
Thanked 0 Times in 0 Posts
| |
cozper...you are the man, because those are my biggest concerns right now too lol!! every single one you listed!
I am definately going to address all three, so there will be an update and i'll let you know with big text at the top of this thread.
I'll send ya a PM soon.
Also, another concern I have is the "frames per second" are kinda jumpy on the menu. Does anyone know how to address this? Maybe make more of a smoother animation?
---
snippet of SVG code for those who maybe can help me improve on it. (Sliding menus) <animateTransform xlink:href="#settings" id="_anim_l16" attributeName="transform"
type="translate"
to="0,0"
dur="0.5s"
fill="freeze"
begin="settings_button.focusin" />
<animateTransform xlink:href="#settings" id="_anim_d16" attributeName="transform"
type="translate"
to="0,195"
dur="0.5s"
fill="freeze"
begin="settings_button.focusout" />
Last edited by stephenabbott20; 05-07-2009 at 03:03 PM.
|