How to implement movement animation in WPF with full control?
- by MartyIX
Hello,
I would like to ask how can I implement movement of an object in WPF so that during the movement the object changes (e.g. creature's legs are moving; generally the question targets the problem of changing frames during movement).
Thank you for any suggestion!