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
Would be super cool if I could select/highlight a bunch of comma separated values (in .js and .jsx files), e.g 0.07, 1, 0.37, 0.96 and make use of the visualisation tools for customising the bezier curve.
For example I am using Framer Motion and have some custom eases, I am using https://easings.co/ and https://cubic-bezier.com/ but it would be so much better if I could tune this inline with a tool like yours.
Really cool extension <3
The text was updated successfully, but these errors were encountered:
Hey and sorry for the delayed response. I think this could be a great addition! 👍
However I am not sure how that would be implemented. The extension currently parses the code and matches the "full" syntax. Selecting an arbitrary text and triggering the preview (maybe through the context menu or a keyboard shortcut) sounds like a different approach that I've never tried before. If you have any ideas, PRs are welcome!
No problem, thanks for the response - if I get a chance I will definitely have a look, there is some value there for me and I think a lot of people who work with bezier curves a lot. I have to admit I have never worked on a VSCode extension so this might not happen for a while but you never know!
Would be super cool if I could select/highlight a bunch of comma separated values (in
.js
and.jsx
files), e.g0.07, 1, 0.37, 0.96
and make use of the visualisation tools for customising the bezier curve.For example I am using Framer Motion and have some custom eases, I am using https://easings.co/ and https://cubic-bezier.com/ but it would be so much better if I could tune this inline with a tool like yours.
Really cool extension <3
The text was updated successfully, but these errors were encountered: