We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a777d7 + bf87cb7 commit 1005a42Copy full SHA for 1005a42
lib/helpers.css
@@ -1,6 +1,7 @@
1
/* Animation Duration */
2
.animation {
3
animation-duration: var(--animation-duration);
4
+ animation-fill-mode: var(--animation-fill-mode);
5
6
&.shorter {
7
animation-duration: var(--animation-duration-shorter);
package.json
@@ -1,6 +1,6 @@
{
"name": "@nikoloza/scratch-animations",
- "version": "0.2.0",
+ "version": "0.4.0",
"description": "",
"main": "lib/index.css",
"scripts": {
@@ -12,7 +12,7 @@
12
"author": "",
13
"license": "",
14
"dependencies": {
15
- "@nikoloza/scratch": "^0.2.0"
+ "@nikoloza/scratch": "^0.4.0"
16
},
17
"devDependencies": {
18
"babel-core": "^6.14.0",
0 commit comments