Jump to content
Search Community

is it possible to create the Same Background with Greenshock? if not then any idea by which Library I can get the same BG

atulraj89 test
Moderator Tag

Recommended Posts

Hey atulraj89. You can use your browser's developer tools to see that the background is made using <canvas>. If you check .getContext("webgl") on the canvas, you can see that it is using WebGL. Both Canvas and WebGL are ways of rendering visuals and GSAP works great with them. So to make something like that you might want to learn how to use PixiJS or three.js and then animate what you create with GSAP :) 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...