3d cube animation - Forum

Forum Navigation
You need to log in to create posts and topics.

3d cube animation

I performed some css animation as exercise inside the VisualNEO Web successfully,  I will share them.

but when i arrive to this animation I can't perform it inside the visualNEO web,

Is there anyone can perform this animation in VisualNEO Web?

@asmat take a look at my attached sample.

Things to take in consideration when using Codepen samples:
Take a look at the configuration "Settings". It has different values for each sample.
There you will see if there is any external JavaScript library. If so, add them to Project > Properties > Advanced > Custom Metatada > Body using a html "script" tag. In this case I have added three additional libraries (all execept JQuery as it's already part of VisualNEO Web).
You can also see there if the sample is using any CSS preprocesor. This one uses SCSS, so you will need to transform it into pure CSS. I have used an online SCSS compiler (https://jsonformatter.org/scss-to-css).
Let me know if you have any doubt.

Regards.

 

Uploaded files:
  • You need to login to have access to uploads.
Vadim has reacted to this post.
Vadim

Thank you @luishp, it works beautiful.