You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm maintaining some very old projects that use jQuery.js as the base environment. I need to incorporate gifuct-js into these environments to add play/pause/progress bar functionality to GIFs.
I'm stuck at the first step. How can I import gifuct-js into a page that uses jQuery, and implement the functionality on a demo page?
Thank you very much.
The text was updated successfully, but these errors were encountered:
and then you can directly include the output file as a script like normal (<script src="gifuct.js"></script>) and access the methods via the global gifuct
I'm maintaining some very old projects that use jQuery.js as the base environment. I need to incorporate gifuct-js into these environments to add play/pause/progress bar functionality to GIFs.
I'm stuck at the first step. How can I import gifuct-js into a page that uses jQuery, and implement the functionality on a demo page?
Thank you very much.
The text was updated successfully, but these errors were encountered: