Click here to Skip to main content
15,889,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
We have a requirement from a client who needs to animate the character in the screen below

Sample Image URL

The page itself is constructed using SVG and the character can be broken down to specific parts that can be animated.

The question here is which is the most effective approach to take to achieve this.
I know this is closer towards an opinion based question, but I do not have a starting point to implement this functionality.

Sample Animation GIF

What I have tried:

I have done some research and found that this can be achieved using

1. SVG animation using libraries like GreenSock
2. Using GIF images
3. Using a transparent video
Posted
Updated 1-Sep-19 20:33pm
v2

1 solution

If your character is SVG too, then you have a few options:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900