frankenstyle 0.3.2 → 0.3.3

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.
@@ -6934,7 +6934,9 @@
6934
6934
 
6935
6935
  @layer base {
6936
6936
  [class*='uk-animation-'] {
6937
- animation: 0.5s ease-out both;
6937
+ animation-duration: 0.5s;
6938
+ animation-timing-function: ease-out;
6939
+ animation-fill-mode: both;
6938
6940
  }
6939
6941
 
6940
6942
  body {