swisnl / jQuery-contextMenu

jQuery contextMenu plugin & polyfill
https://swisnl.github.io/jQuery-contextMenu/
MIT License
2.25k stars 745 forks source link

Animations do not work. #764

Open rafalsk opened 2 years ago

rafalsk commented 2 years ago

according to the docs: animation:{duration: 250, show: 'fadeIn', hide: 'fadeOut'}``

however during invocation // position and show context menu opt.$menu.css(css)[opt.animation.show](opt.animation.duration, function () {

show() is executed on a string literal.