@carbonplan/components 13.3.0 → 13.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dst/index.js CHANGED
@@ -2342,7 +2342,7 @@ var FadeIn = (_a) => {
2342
2342
  animationDelay: delay + "ms",
2343
2343
  animationName: fade.toString(),
2344
2344
  animationFillMode: "backwards",
2345
- WebkitTransform: "translateZ(0)"
2345
+ willChange: "opacity"
2346
2346
  }
2347
2347
  }),
2348
2348
  children