You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in before, it is replacing all the style content from the last style tag which cause ui mashup because all the code written by me has been replaced by the keyframes css coming from jquery plugin.
so, i replace the code with the after code. now, it's working great.
The text was updated successfully, but these errors were encountered:
hi, sir
thank you so much for such a great plugin,
but, i think there is a issue with the css marquee logic inside the js
before:
$styles.filter(":last").html(keyframeCss);
after:
$styles.filter(":last").append(keyframeCss);
in before, it is replacing all the style content from the last style tag which cause ui mashup because all the code written by me has been replaced by the keyframes css coming from jquery plugin.
so, i replace the code with the after code. now, it's working great.
The text was updated successfully, but these errors were encountered: