javascript - Elastic Image Slideshow with Require.js -
i'm using http://tympanus.net/codrops/2011/11/21/elastic-image-slideshow-with-thumbnail-preview/ require.js of backbone.js project, failed configure shim config in main.js
. i've done, slide still doesn't work.
shim: { "jquery.eislideshow" : { deps: ["jquery"], exports: "jquery.fn.eislideshow " }, "jquery.easing.1.3" : { deps: ["jquery"] } }
Comments
Post a Comment