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
{{ message }}
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
I appreciate that this package comes with some animations that work out of the box and provides a framework to work with other animation packages. However, I would like to use it to simply trigger CSS transitions on existing DOM elements. I do not want the tl-edges and tl-wrapper divs added to the DOM and their associated styling, I just want to apply my own classes/styles to components using the props passed through. Unfortunately, the styling on the wrappers is interfering with my layout and styles and I'd prefer not to have to override them.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I appreciate that this package comes with some animations that work out of the box and provides a framework to work with other animation packages. However, I would like to use it to simply trigger CSS transitions on existing DOM elements. I do not want the
tl-edges
andtl-wrapper
divs added to the DOM and their associated styling, I just want to apply my own classes/styles to components using the props passed through. Unfortunately, the styling on the wrappers is interfering with my layout and styles and I'd prefer not to have to override them.The text was updated successfully, but these errors were encountered: