Animation on svg icons
Hello coders.
Unfortunately I lost too much time on this, and can't figure it out.
Given the following codepen:
https://codepen.io/Ionut-Sanda/pen/ZEPjXKp?editors=1100
I want to add some floating animations on each hexagon.
The problem:
I have some transform and scale on each path individually and, if i use the following CSS code, each individual hexagon, will be moved to the coordinates.
I tried multiple things, like adding the style animation to the tag.
Anyone has any idea how can i achieve this? Unfortunately, i need to do this using only html and css.
Unfortunately I lost too much time on this, and can't figure it out.
Given the following codepen:
https://codepen.io/Ionut-Sanda/pen/ZEPjXKp?editors=1100
I want to add some floating animations on each hexagon.
The problem:
I have some transform and scale on each path individually and, if i use the following CSS code, each individual hexagon, will be moved to the coordinates.
I tried multiple things, like adding the style animation to the tag.
Anyone has any idea how can i achieve this? Unfortunately, i need to do this using only html and css.

