Hi, Guys!
I'm trying to animate a symbol into another symbol, but it is not working.
The code is this:
sym.getSymbol ("father"). getSymbol ("child"). animate ({top: 0}, 500, 'linear');
Can i apply the function. "Animate ()" on a symbol or am I doing something wrong?