
06-22-2010, 05:49 PM
|
| | CrackBerry Abuser Device(s): 8530 Carrier: Sprint Pin: 31450f63 | | Join Date: Jun 2010 Posts: 243 Likes Received: 1
Thanked 0 Times in 0 Posts
| |
ok knowledge_6,
I found out how to do it, I had enough time to play around with the SVG. On the Code, there are two lines for every icon you are doing. What I did was changed the second line to a different icon, istead of having the bottom line say "Icon.focusout" I changed it to an icon I had on another part of the screen " icon.focusin" that was not in the dock, here is my example, these are from the two lines of code for one icon:
<animateTransform xlink:href="#Dock" id="_anim_l5" attributeName="transform" type="translate"
to="0,0" dur="0.5s"
fill="freeze"
begin="Theme_Button_5.focusin" />
<animateTransform xlink:href="#Dock" id="_anim_d5" attributeName="transform" type="translate"
to="0,-100" dur="0.5s"
fill="freeze"
begin="Calendar_Button.focusin" />
The first line shows the dock and the second line was hiding the dock for me.
Hope that helps!
Last edited by mas3222; 06-22-2010 at 05:55 PM.
Reason: better example
|