Skip to content

Instantly share code, notes, and snippets.

@mataspetrikas
Created March 17, 2011 10:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mataspetrikas/874096 to your computer and use it in GitHub Desktop.
Save mataspetrikas/874096 to your computer and use it in GitHub Desktop.
smoother playing progress in the custom SoundCLoud player
.sc-scrubber .sc-buffer, .sc-scrubber .sc-played {
width: 0;
-webkit-transition: width 1s linear;
-moz-transition: width 1s linear;
transition: width 1s linear;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment