Skip to content

Instantly share code, notes, and snippets.

@sharkyak
Created June 23, 2016 08:50
Show Gist options
  • Select an option

  • Save sharkyak/5e55558414cc8d88ee26ea4719f81cd0 to your computer and use it in GitHub Desktop.

Select an option

Save sharkyak/5e55558414cc8d88ee26ea4719f81cd0 to your computer and use it in GitHub Desktop.
webflow animation
$('#uslugi-menu').hover(function() {
var ix = Webflow.require('ix');
var trigger1 = {"type":"hover","selector":".ts-navbar-submenu-wrap","stepsA":[{"display":"block"},{"opacity":1,"transition":"opacity 500ms ease 0ms"}],"stepsB":[]};
ix.run(trigger1);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment