Jump to content
Search Community

Falling Shapes - What is Concept Name ?

sawacrow test
Moderator Tag

Go to solution Solved by geedix,

Recommended Posts

 

Hi,

I'm trying to do something similar in concept to the video.


10-15 different SVG shapes will bounce low down the Header. But since I don't know the concept name of it, I can't do research and look at examples. I couldn't find any results in Codepen. (2d)

it should be random/overlapping like tetris if possible. (i.e. it shouldn't go through)

 

Does anyone know what the name of this concept is?

 

 

Link to comment
Share on other sites

  • Solution

I don't know, you could just call the concept "falling cubes". 

You could get close with some randomized gsap tweens using a "bounce.out" ease.

I would also look into the gsap Physics2d plugin: https://greensock.com/docs/v3/Plugins/Physics2DPlugin  You would have to figure out your own collision detection, though. There are other libraries for that, but I haven't tried them. https://brm.io/matter-js/ looks fun. Good luck!

 

 

Link to comment
Share on other sites

19 hours ago, geedix said:

 

I don't know, you could just call the concept "falling cubes". 

You could get close with some randomized gsap tweens using a "bounce.out" ease.

I would also look into the gsap Physics2d plugin: https://greensock.com/docs/v3/Plugins/Physics2DPlugin  You would have to figure out your own collision detection, though. There are other libraries for that, but I haven't tried them. https://brm.io/matter-js/ looks fun. Good luck!

 

 

 

6 hours ago, Rodrigo said:

Hi,

 

The Physics2D Plugin won't account for collision detection and bounds. It can help you simulate gravity and friction in your animations though.

 

This example by @OSUblake can help you at least to figure the bounds and bounce effect:

 

 

 

Happy Tweening!

 

@Rodrigo, @geedix

these are great answers. Thanks a lot !
I love this community more and more every day.

  • Like 2
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...