-
Notifications
You must be signed in to change notification settings - Fork 883
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
experimental: Animation publishing #4976
base: main
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,2 @@ | |||
export { toValue } from "./core/to-value"; | |||
export { hyphenateProperty } from "./core/to-property"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hyphenateProperty shouldn't be necessary as we output all properties already hyphenated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have pack of animations with old style
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Renamed all seems like can be deleted
@@ -0,0 +1,35 @@ | |||
// ../../vite.sdk-components.config.ts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this file is unnecessary
Description
Steps for reproduction
Code Review
Before requesting a review
Before merging
.env
file