Skip to content

Commit

Permalink
Merge pull request aamirafridi#130 from aliaghdam/master
Browse files Browse the repository at this point in the history
add speed to defaults
  • Loading branch information
nuke-ellington committed Aug 22, 2018
2 parents 56e77b1 + 4aed8d2 commit d25ccd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jquery.marquee.js
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,8 @@
duplicated: false,
// duration in milliseconds of the marquee in milliseconds
duration: 5000,
// Speed allows you to set a relatively constant marquee speed regardless of the width of the containing element. Speed is measured in pixels per second.
speed: 0,
// gap in pixels between the tickers
gap: 20,
// on cycle pause the marquee
Expand Down

0 comments on commit d25ccd5

Please sign in to comment.