KillandCry
KPCKevin Powell - Community
•Created by KillandCry on 2/7/2024 in #front-end
Animation on svg icons
yes, but, why i'm trying to do this, is because i want each element to have it's individual "float" efect and not float at the same time
16 replies
KPCKevin Powell - Community
•Created by KillandCry on 2/7/2024 in #front-end
Animation on svg icons
yea, i started to recalculate the coordinates on each hexagon. Figured it's faster this way than trying to figure out how to do it with transform/translate/positions etc
16 replies
KPCKevin Powell - Community
•Created by KillandCry on 2/7/2024 in #front-end
Animation on svg icons
@keyframes float {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(20px);
}
100% {
transform: translateY(0px);
}
}
16 replies
KPCKevin Powell - Community
•Created by KillandCry on 2/7/2024 in #front-end
Animation on svg icons
any other ideas? :S
16 replies
KPCKevin Powell - Community
•Created by KillandCry on 2/7/2024 in #front-end
Animation on svg icons
it only works for the hexagons which have a different coordinate...
16 replies