diff --git a/scrollimate.js b/scrollimate.js index 8db965b..84c494d 100644 --- a/scrollimate.js +++ b/scrollimate.js @@ -519,8 +519,10 @@ var scrollimate = (function( window, $ ){ var noclass = false; } - $('').appendTo($('head')); - + if($("#scrollimate__ripplestyles").length){}else{ + $('').appendTo($('head')); + } + if(!noclass){ $target.addClass('ripplestyles'); }