lottie-web icon indicating copy to clipboard operation
lottie-web copied to clipboard

Render After Effects animations natively on Web, Android and iOS, and React Native. http://airbnb.io/lottie/

Results 135 lottie-web issues
Sort by recently updated
recently updated
newest added

I want to change the color of this: https://lottiefiles.com/35-loader

![image](https://github.com/airbnb/lottie-web/assets/133149863/72c4bf95-6d5a-4d0f-910c-803150e77069) Can I share my aep file to you guys ? thank you

Created a vector image in Adobe Illustrator and saved it in .ai format Imported into Adobe After Effects, 100x100 3 seconds (tried even with 2 seconds), converted the layer to...

I want to test use webworker to render lottie for canvas,but got error: ** Failed to execute 'postMessage' on 'Worker': An OffscreenCanvas could not be cloned because it was not...

if I have a rectangle and apply another one to it as a matter layer it works. However if I have a line (2 point bezier path) with a large...

i'm doing a frame by frame animation and my path or mask path vertices number varying in every frame. when i check my animation in the lottie player the whole...

当我想替换lottie的文字的时候,如果shape中没有对应的字符,就不绘制这个字符了,这回引起极大的困扰,建议应该做一个保底方案,找不到对应字符的shape时,就通过默认字体绘制,只需要改一处简单的代码就行。 这是源代码: `if (fontManager.chars) { charData = fontManager.getCharData(currentChar, fontData.fStyle, fontManager.getFontByName(documentData.f).fFamily); cLength = newLineFlag ? 0 : charData.w * documentData.finalSize / 100; } else { // var charWidth = fontManager.measureText(val, documentData.f,...

Introduce a new/optional text shaper implementation, with improved internationalization (RTL, BiDi) support. The new shaping engine can be selected via animation `rendererSettings`: ``` rendererSettings: { useSkriptShaping: true, }, ```

### Tell us about your environment: Browser and Browser Version: Not applicable (issue is within Adobe After Effects) After Effects Version: Adobe After Effects 2024, running on Apple Silicon (M2)...

Hey! I'm actually new to GitHub and the reason I came here is to find out how to export my animation to Lottie properly. My animation is made of a...