 Thread Author
# 1

06-07-2010, 07:16 PM
|
| | CrackBerry Genius Device(s): iPhone 4s Carrier: Verizon | | Join Date: Nov 2009 Posts: 2,310 Likes Received: 88
Thanked 169 Times in 112 Posts
| |
Animate Transform Question Code: <animateTransform xlink:href="#main" id="ShowDock_pt1" attributeName="transform" type="translate"
to="0,-96" dur="0.5s"
fill="freeze"
begin="SlideUp.focusin" /> this code moves the dock 96 up...
is there a way to make an object slide to a specific location by coordinates?
so its at 0,0 and I tap btn1 and it goes to 50,20.. tap btn3 and it goes to 75,140...
get it? the to location is only relative to its starting location... i want it otherwise
|