Comparing version 0.4.1 to 0.4.2
@@ -13,2 +13,4 @@ /** | ||
* @see https://youtu.be/cCOL7MC4Pl0?t=1394 | ||
* @see https://bugs.webkit.org/show_bug.cgi?id=177484 | ||
* @see https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/15469349/ | ||
*/ | ||
@@ -15,0 +17,0 @@ const batchCallback = (navigator.vendor.indexOf('Apple') !== -1 || navigator.userAgent.indexOf('Edge') !== -1) |
{ | ||
"name": "dom-flip", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Smooth position animation for web components", | ||
@@ -23,7 +23,9 @@ "main": "dist/dom-flip.js", | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"tslint": "^5.9.1", | ||
"typescript": "^2.6.2" | ||
} | ||
}, | ||
"files": [ | ||
"dist/*.{js,d.ts,js.map}" | ||
] | ||
} |
@@ -9,2 +9,4 @@ # \<dom-flip\> | ||
[Demo](https://neolegends.github.io/dom-flip/) | ||
This element is an implementation of the [FLIP-technique](https://aerotwist.com/blog/flip-your-animations/) for arbitrary elements. Simply place it around the elements you indend to reorder and they will smoothly slide over the screen when moved. | ||
@@ -11,0 +13,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80
25192
9
415