Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

it's replacing my style tag content inside the div on which i'm applying with the keyframes css that is generated from plugin #94

Open
imukeshtivari opened this issue Jan 5, 2017 · 0 comments

Comments

@imukeshtivari
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant