Skip to content

Instantly share code, notes, and snippets.

@masumskaib396
Created May 18, 2018 18:15
Show Gist options
  • Save masumskaib396/4b67039bf8c9606b4b6119920a006766 to your computer and use it in GitHub Desktop.
Save masumskaib396/4b67039bf8c9606b4b6119920a006766 to your computer and use it in GitHub Desktop.
$('.barfiller').each(function(){
var $this = $(this);
$this.waypoint(function(){
$this.barfiller({
barColor:'#0FACEE'
});
}, { offset: 'bottom-in-view' });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment