JavaScript Effect

Which language did they use to achieve this animating effect on this website http://ddaas.com/

i think they use javascript.

Hi @Ted_Odera, which animation do you mean? Those elements entering the screen are CSS animations triggered by JS scroll events; that front screen animation is just a video.

You can use three.js for that style of animations but that’s really 3d graphics being programmed in javascript three.js is one of the more popular 3d javascript frameworks.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.