Skip to content

Instantly share code, notes, and snippets.

View floatplane's full-sized avatar

Brian Sharon floatplane

View GitHub Profile
@floatplane
floatplane / gist:6226786
Last active August 18, 2023 13:20 — forked from remy/gist:2484402
jquery marquee plugin - forked to support percentage widths on marquee element, AMD wrapped
/**
* author Remy Sharp
* url http://remysharp.com/tag/marquee
*/
require(['jquery'], function ($) {
$.fn.marquee = function (klass) {
var newMarquee = [],
last = this.length;