We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I don't think I can do much about it, because it's a clash with the CSS rules - there can be only one transition animation...
Maybe they can be shared. If not, insQ should throw an error when same selector is used again.
The text was updated successfully, but these errors were encountered:
Fix: make insQ aware there can be only one, merge functions set on the same selector and call both. Throwing an error is easier thought...
Sorry, something went wrong.
I know this is an old thread but a solution would be that when you call
insertionQ('div.comment').every(comment => { // do stuff } insertionQ('div.comment').every(comment => { // do stuff 2 }
you can store the callbacks for both functions in an array. Then when the event is fired you loop through the stored callbacks.
No branches or pull requests
I don't think I can do much about it, because it's a clash with the CSS rules - there can be only one transition animation...
Maybe they can be shared. If not, insQ should throw an error when same selector is used again.
The text was updated successfully, but these errors were encountered: