spark-html-motion 0.1.2 → 0.1.4
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Declarative **enter / leave transitions** for
|
|
4
4
|
[spark-html](https://github.com/wilkinnovo/spark) — the Spark way: no compiler,
|
|
5
|
-
no virtual DOM, 0 dependencies (
|
|
5
|
+
no virtual DOM, 0 dependencies (1.5 kB gzipped). When an `<template if>` / `<template
|
|
6
6
|
each>` block adds or removes an element, it animates in/out. A leaving element
|
|
7
7
|
is held in the DOM until its exit animation finishes, then removed.
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "spark-html-motion",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Declarative enter/leave transitions for spark-html
|
|
3
|
+
"version": "0.1.4",
|
|
4
|
+
"description": "Declarative enter/leave transitions for spark-html — transition=\"fade|slide|scale\" on if/each blocks, Web Animations API, 0 deps, no compiler.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/index.js",
|
|
7
7
|
"types": "./src/index.d.ts",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"directory": "packages/spark-html-motion"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"spark-html": "^0.
|
|
27
|
+
"spark-html": "^0.25.0"
|
|
28
28
|
},
|
|
29
29
|
"keywords": [
|
|
30
30
|
"spark-html",
|