New Landing How can we help? Themeforest Theme Support Dante sf-iconbox animation not working

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Dante
  • #167552
    slackerzz
    Member
    Post count: 18

    I made a test installation on my development server with WordPress and Dante, no other plugins or custom css. I have some problems with sf-iconbox:

    1. in Chrome (42, tested under Linux, OS X and Win) there is no animation while in Firefox (37.0.1 and 39.0a2) animation works, but it is always a flip animation, independently of what i select
    2. in Chrome, if a put an image as content, it scales correctly while in Firefox it’s not scaled
    3. The last problem can be fixed with a css line:
      .sf-icon-box-content img {width:100%;}
      For me, only flip animation can be enough, can you take a look at it in Chrome please?

    #167634
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    I’m also seeing the same the problem in our demo site. will check with the development team and get back to you.

    Thanks for the heads up.

    -Rui

    #167641
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    I added this custom css to your custom css option.

    
    .sf-icon-box-animated .inner {
     -webkit-transition: all 500ms cubic-bezier(0.175,0.885,0.320,1.275)!important;
     -moz-transition: all 500ms cubic-bezier(0.175,0.885,0.320,1.275) !important;
     -o-transition: all 500ms cubic-bezier(0.175,0.885,0.320,1.275)!important;
     transition: all 500ms cubic-bezier(0.175,0.885,0.320,1.275)!important;
    }

    It seems ok now. Clear the cache and check again.

    -Rui

    #167711
    slackerzz
    Member
    Post count: 18

    Thank you Rui

    #168088
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem.
    -Rui

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register