Cameron McEfee
Cameron McEfee
This currently isn't supported in plax. It's doable, but you'd need to hack up plax and add the easing yourself. The real trick is how you do it. Since plax...
What would be the usecase for something like this? Doing something like this would create some weird visual effects. Currently plax is set up so that the start location of...
@ded this might be more your ballgame.
@replete can you explain in detail? I'm not entirely sure from the video what the issue your running into is.
Hi Guys, There's no regex. It's specifically targeting the top and left properties. I'm hesitant to support margins as a positioning method. `top` and `left` are css properties specifically designed...
I'll give this some thought. You're more than welcome to submit a pull request for what you suggest in the meantime.
That did the trick. Thanks @mittelgrau!
I guess I'm still curious about the original question, but the suggestion to use `dimensions` resolved the issue in the meantime
If you need a reproducible example, [this is the site where I was running into issues](https://github.com/getsentry/sentry-docs/blob/docs-next/src/_includes/head.html#L30).
Ah, that makes sense. Thanks for the explanation. I was also going to open an issue noting that the sourcemaps that are generated for me are pointing to the wrong...