react-3d-carousel-fullcontrol 1.2.1 → 1.2.2

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.
Files changed (2) hide show
  1. package/dist/Carousel.js +0 -1
  2. package/package.json +1 -1
package/dist/Carousel.js CHANGED
@@ -576,7 +576,6 @@ function Carousel(_ref3) {
576
576
  image: image,
577
577
  index: index,
578
578
  totalAngle: renderRotation.y,
579
- opacity: 0.3 + (zDepth + 1) * 0.35,
580
579
  angleStep: angleStep,
581
580
  radius: radius,
582
581
  cardWidth: cardWidth,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-3d-carousel-fullcontrol",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "A highly customizable 3D carousel component for React with full axis rotation control",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",