Created
June 23, 2016 08:50
-
-
Save sharkyak/5e55558414cc8d88ee26ea4719f81cd0 to your computer and use it in GitHub Desktop.
webflow animation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $('#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