TylerBarnes / gatsby-plugin-transition-link

A link component for page transitions in gatsby
537 stars 71 forks source link

Add option to remove wrappers completely #255

Open spikyjt opened 3 years ago

spikyjt commented 3 years ago

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.