Tagged: Static Icongrid Flipbox
Hi,
I do not see how to :
– Icongrid FlipBox anymation
– Fliping off the box itself
In 1 word : just having a simple flat not animated IconGrid.
Sorry for the (silly?) question
Best
JM
Hey Ad-Min747,
Sorry, I don’t understand your question, please explain further, and include screenshots to demonstrate.
To add a screenshot please try using an Screenshot service and pasting the image URL in your post.
An admin login may also help.
Best regards,
Mike
Hi,
sorry, I realise that I’m really not clear.
I’d like to make a very simple Icongrid with no animation at all, no flipping, etc. A simple Grid with static Icons.
Am I more clear?
:-)
JM
Hi,
Thank you for the clarification.
You can add this css code to disable the “flip” effect of the Icongrid element.
.avia-icongrid-flipbox li:hover .avia-icongrid-flipback, .avia-icongrid-flipbox li.avia-hover .avia-icongrid-flipback, .avia-icongrid-flipbox li.av-flip .avia-icongrid-flipback {
transform: rotateY(180deg);
}
.avia-icongrid-flipbox li:hover .avia-icongrid-front, .avia-icongrid-flipbox li.avia-hover .avia-icongrid-front, .avia-icongrid-flipbox li.av-flip .avia-icongrid-front {
transform: rotateY(0deg);
}
Best regards,
Ismael
or use the partner/logo element – there is a grid option.