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.
@@ -201,7 +201,9 @@
201
201
 
202
202
  @layer base {
203
203
  [class*='uk-animation-'] {
204
- animation: 0.5s ease-out both;
204
+ animation-duration: 0.5s;
205
+ animation-timing-function: ease-out;
206
+ animation-fill-mode: both;
205
207
  }
206
208
 
207
209
  body {