Hi all,
I've spent a few hours reading through tutorials and animation libs threads but I'm still not sure about the way to go for a very simple visual effect.
Let's say I have got a "board" made up of n X n "tiles".
I'd like to be able to capture a swiping motion over a tile and start an animation where that tile is smoothly swaped with its adjacent ones in the direction of the swipe (horizontal, vertical, diagonal).
Better of, if the action goes on until the user lift his finger.
Tiles could be anything from buttons to panels to imageviews or any other visible object.
So, which is your suggested way to achieve that visual effect?
TIA,
Umberto
I've spent a few hours reading through tutorials and animation libs threads but I'm still not sure about the way to go for a very simple visual effect.
Let's say I have got a "board" made up of n X n "tiles".
I'd like to be able to capture a swiping motion over a tile and start an animation where that tile is smoothly swaped with its adjacent ones in the direction of the swipe (horizontal, vertical, diagonal).
Better of, if the action goes on until the user lift his finger.
Tiles could be anything from buttons to panels to imageviews or any other visible object.
So, which is your suggested way to achieve that visual effect?
TIA,
Umberto
Last edited: