@rolster/styles-foundations 2.3.29 → 2.3.30

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolster/styles-foundations",
3
- "version": "2.3.29",
3
+ "version": "2.3.30",
4
4
  "description": "Front-end style pack to develop responsive and mobile projects on the web with Rolster.",
5
5
  "sass": "scss/styles.scss",
6
6
  "style": "dist/styles.css",
@@ -223,6 +223,9 @@
223
223
  bottom: 0px;
224
224
  border: none;
225
225
  z-index: var(--rls-z-index-4);
226
+ transition:
227
+ opacity 240ms 0ms var(--rls-standard-curve),
228
+ transform 240ms 0ms var(--rls-standard-curve);
226
229
  }
227
230
  }
228
231