-
Notifications
You must be signed in to change notification settings - Fork 12
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
Return html without modifying DOM #4
Comments
It's not possible with the current implementation, but it would certainly be a nice feature to add. Cool idea. 👍 I will implement it at some point but don't really have any time right now. If you need it soon, feel free to make a PR. |
Any update on this? I need something exactly like this. |
Or maybe a way to revert dom to the previous state? Please suggest. |
Reverting to the previous state works:
However I am using interactive animation also and the event listeners are lost. |
Here is a rewrite that handles it
usage:
|
Hi,
I was wondering if it is possible to traverse through and object that has HTML and convert those styles into inline styles and return the result?
Thanks
The text was updated successfully, but these errors were encountered: