-
Notifications
You must be signed in to change notification settings - Fork 3
Sync upstream to paint worklet #2
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
base: paint-worklet
Are you sure you want to change the base?
Conversation
Added void functions and declaration statement for module export
Updates to TypeScript definitions
Adobe changed the preferences - updated the path to match the new path
Updated preferences path in 'After installation'
scaleMode appears to be deprecated (didn't do anything and is missing in the TypeScript types). https://stackoverflow.com/questions/53938016/lottie-and-scalemode-settings-for-the-web says preserveAspectRatio replaced it, and this change updates the docs to use that instead.
Fix aria-label name typo
Replace scaleMode with preserveAspectRatio in README
… of a shape modifier
type AnimationEventName has been extended with 'destroy' | 'config_ready' | 'data_ready' | 'DOMLoaded' events.
Extend AnimationEventName type
Add missing isLoaded property in type definitions.
…alues have been modified
Add missing initialSegment property in type declarations
This declaration was missing even though filterSize is a valid property and used throughout the library.
Add filterSize declaration to AnimationConfig
|
current runtime error: |
|
enough conflicts here that I need some help. it looks like they made changes to provide better ways for workers to integrate, essentially stomping on some of the integration work done by @flackr. i assume the errors i'm seeing are things that Robert already overcame and knows where the changes need to go? if y'all disagree with updating to latest lottie before making the PR, we can close and delete my branch. let me know! |
|
there's a bunch of |
it's not perfect, the es_module needs an update. i am able to get passed it tho for testing, and then i get another error
lottiejs.loadAnimation is not a function at Object.paint. i feel like it'd behoove us to sync with master before pitching the PR? i feel like this is close. i'm uploading just to show progress, but i'll attack it again soon. open to input and advice as well!