New Landing How can we help? Themeforest Theme Support Supreme Turn of masonry blog type fade effect and dropdown menu effect

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Supreme
  • #7632
    Supreme
    Member

    H i want turn off sub-navigation menu (the dropdown menu from the primary navigation menu) effect when open it.it opened like fade effect.And i want to turn off opening effect for masonry blog type too..

    thanks

    #7848
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    The theme doesn’t have any option to do this, you would need to customize the jQuery code yourself.

    In js/functions/js :

    – for the nav code: starts at line 163
    – for the masonry effect, in the same file, go to line 429 and try to change this:

    animationOptions: {
    	duration: 300,
    	easing: 'easeInOutQuad',
    	queue: false
    },

    with this:

    animationOptions: {
    	duration: 1,
    	easing: 'linear',
    	queue: false
    },

    Regards,
    ————————————————————————————————————

    Cosmin
    Support Assistant

Viewing 2 posts - 1 through 2 (of 2 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