Skip to content

Commit 1005a42

Browse files
committed
minor updates
2 parents 2a777d7 + bf87cb7 commit 1005a42

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/helpers.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/* Animation Duration */
22
.animation {
33
animation-duration: var(--animation-duration);
4+
animation-fill-mode: var(--animation-fill-mode);
45

56
&.shorter {
67
animation-duration: var(--animation-duration-shorter);

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nikoloza/scratch-animations",
3-
"version": "0.2.0",
3+
"version": "0.4.0",
44
"description": "",
55
"main": "lib/index.css",
66
"scripts": {
@@ -12,7 +12,7 @@
1212
"author": "",
1313
"license": "",
1414
"dependencies": {
15-
"@nikoloza/scratch": "^0.2.0"
15+
"@nikoloza/scratch": "^0.4.0"
1616
},
1717
"devDependencies": {
1818
"babel-core": "^6.14.0",

0 commit comments

Comments
 (0)