@total_onion/onion-library 2.0.97 → 2.0.98

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.
@@ -137,6 +137,18 @@
137
137
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
138
138
  }
139
139
  }
140
+ @keyframes reveal-up-and-slide {
141
+ from {
142
+ opacity: 1;
143
+ transition: -100%;
144
+ clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
145
+ }
146
+ 100% {
147
+ opacity: 1;
148
+ transition: 0%;
149
+ clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
150
+ }
151
+ }
140
152
 
141
153
  &.trigger-animation {
142
154
  animation: var(--animation-name) var(--animation-duration)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "2.0.97",
3
+ "version": "2.0.98",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {