Is it possible to execute this Flash tool using JavaScript (jQuery) / HTML5 / CSS3?

This is a tool that visually shapes a bicycle from the components that the user selects. Do you think this can be done with HTML5 / JavaScript (jQuery) / CSS3? What do I need to know to get started? What do you think will be the more complex parts?

http://www.hotcards.com/bikes_102/bikes.html

+3
source share
1 answer

Yes, it can definitely be done in HTML / JS. And for that you don’t even need HTML5 or CSS3.

I think that the most difficult part will be the positioning of images of parts, especially with different frames.

+2
source

Source: https://habr.com/ru/post/1752169/


All Articles