Hello everyone, tell me, what are the promising and popular js frameworks for creating beautiful 3D animations on the site, transitions, effects? Like these sites:

https://activetheory.net/home

http://launchit.shanemielke.com

http://xmas.evs.com/2018/

If not only frameworks are used here, what else is needed to create such sites (their front-end parts).

Closed due to the fact that the question is too common for the participants mymedia , LFC , Air , freim , aleksandr barakin on March 5 at 11:14 .

Please correct the question so that it describes the specific problem with sufficient detail to determine the appropriate answer. Do not ask a few questions at once. See “How to ask a good question?” For clarification. If the question can be reformulated according to the rules set out in the certificate , edit it .

  • I heard about such an extension of chromium as a Wappalyzer. You install and see which site uses which technology. - Excess Gophers

1 answer 1

Look towards WebGL frameworks, of which there are many:

three.js

babylon.js

pixi.js

Although SVG can also be very:

snap.svg

anime.js

green sock

In general, in order to draw on a computer, you must at least know a little math.

Of course, using frameworks lowers this threshold, but I still recommend more time to devote to mathematics .

PS: I should have written it right away. d3.js course, there is also d3.js this is not the Framework, it is a set of libraries that implement many different algorithms and data structures.

Among other things, there is one d3-selection module, which is designed to manipulate DOM nodes and bind data to nodes. The concept implemented in this module allows you to create, modify and delete nodes depending on the set of input data describing the nodes.

All this together allows you to make very interesting visualizations.

  • for SVG links my plus and congratulations on your new round turnip! - Alexandr_TT
  • @Alexandr_TT very grateful - Stranger in the Q