Gollwu / LoLManager

Development of amateur application LoL Manager
Other
3 stars 0 forks source link

Weird animations after death #15

Closed Gollwu closed 9 years ago

Gollwu commented 9 years ago

Once a player is dead, his domElement is hidden and moved. However an animation of movement is still present when the domElement is set to display:block 10s after

Gollwu commented 9 years ago

The weird animation is gone. However the player do not always go where the MovetoXY function asks them to go (between 20 and 100px of difference ) when dying or going back to base. Still investigating.

Gollwu commented 9 years ago

Problem solved and everything pushed on master branch. I added a callback on the MoveElementtoXY function with the DomElement as a parameter. It could be useful for further uses.

Gollwu commented 9 years ago

There is still a problem on one of the player not going at the same place than the others. ("Toplaner of red team"). I re-open this