Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1477240

    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

    #1477281

    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

    #1477348

    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

    #1477355

    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

    #1477559

    or use the partner/logo element – there is a grid option.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.