Open MoradHamdy opened 8 years ago
@MoradHamdy If you load Transit between jquery and superfish (e.g. how you would add hoverIntent) it seems to work. What was your experience? Here's how I'm doing it:
fetchInject([
'/assets/js/main.js'
], fetchInject([
'/assets/js/vendor/superfish.min.js'
], fetchInject([
'/assets/js/vendor/jquery.transit.min.js',
'/assets/js/vendor/jquery.hoverIntent.js'
], fetchInject([
'/assets/js/vendor/jquery.min.js'
]))))
Which downloads everything in parallel without causing any race conditions.
Hello there,
"Transit" plugin provides transitions & transformations with jquery. If possible, how i can extend Superfish animation effects using this plugin?