Skip to content

Commit 89923e8

Browse files
committed
1.0.0-beta.6 release
1 parent 8118d05 commit 89923e8

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atropos-src",
3-
"version": "1.0.0-beta.5",
3+
"version": "1.0.0-beta.6",
44
"description": "Touch-friendly 3D parallax hover effects",
55
"scripts": {
66
"/*============ Build ============*/": "============",

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atropos",
3-
"version": "1.0.0-beta.5",
3+
"version": "1.0.0-beta.6",
44
"description": "Touch-friendly 3D parallax hover effects",
55
"types": "atropos.d.ts",
66
"type": "module",

src/atropos.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export interface AtroposOptions {
1717
stretchX?: number;
1818
stretchY?: number;
1919
stretchZ?: number;
20+
commonOrigin?: boolean;
2021
shadow?: boolean;
2122
highlight?: boolean;
2223
onEnter?: () => void;

0 commit comments

Comments
 (0)