daisyui 2.13.1 → 2.13.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.
package/dist/styled.css CHANGED
@@ -3417,9 +3417,9 @@ body[dir="rtl"] .checkbox:checked,
3417
3417
  }
3418
3418
 
3419
3419
  .swap > * {
3420
- transition-property: all;
3421
3420
  transition-duration: 300ms;
3422
3421
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3422
+ transition-property: transform, opacity;
3423
3423
  }
3424
3424
 
3425
3425
  .swap-rotate .swap-on, .swap-rotate .swap-indeterminate, .swap-rotate input:indeterminate ~ .swap-on {