diff --git a/themes/8039de3b-72e1-41ea-83b3-5077cf0f98d1/chrome.css b/themes/8039de3b-72e1-41ea-83b3-5077cf0f98d1/chrome.css new file mode 100644 index 00000000..674e3583 --- /dev/null +++ b/themes/8039de3b-72e1-41ea-83b3-5077cf0f98d1/chrome.css @@ -0,0 +1,21 @@ + +.browserStack browser { + transition: transform 0.22s cubic-bezier(0.3, 1.2, 0.5, 1) !important; +} + +.browserStack:has(#historySwipeAnimationPreviousArrow:not([style="translate: none;"])) + browser { + scale: 0.95 !important; + transform: translateX(4%) !important; +} + +.browserStack:has(#historySwipeAnimationNextArrow:not([style="translate: none;"])) + browser { + scale: 0.95 !important; + transform: translateX(-4%) !important; +} + +.browserStack browser:not(:has(#historySwipeAnimationPreviousArrow, #historySwipeAnimationNextArrow)) { + transition: transform 0.25s cubic-bezier(0.2, 1.4, 0.3, 1) !important; + transform: translateX(0) !important; +} diff --git a/themes/8039de3b-72e1-41ea-83b3-5077cf0f98d1/image.png b/themes/8039de3b-72e1-41ea-83b3-5077cf0f98d1/image.png new file mode 100644 index 00000000..547add2d Binary files /dev/null and b/themes/8039de3b-72e1-41ea-83b3-5077cf0f98d1/image.png differ diff --git a/themes/8039de3b-72e1-41ea-83b3-5077cf0f98d1/readme.md b/themes/8039de3b-72e1-41ea-83b3-5077cf0f98d1/readme.md new file mode 100644 index 00000000..4b6c4d8c --- /dev/null +++ b/themes/8039de3b-72e1-41ea-83b3-5077cf0f98d1/readme.md @@ -0,0 +1,2 @@ + +made it for an extra animation when using a trackpad. diff --git a/themes/8039de3b-72e1-41ea-83b3-5077cf0f98d1/theme.json b/themes/8039de3b-72e1-41ea-83b3-5077cf0f98d1/theme.json new file mode 100644 index 00000000..af1b6344 --- /dev/null +++ b/themes/8039de3b-72e1-41ea-83b3-5077cf0f98d1/theme.json @@ -0,0 +1,14 @@ +{ + "id": "8039de3b-72e1-41ea-83b3-5077cf0f98d1", + "name": "trackpad animation", + "description": "adds backward and forward animation for trackpad gesture", + "homepage": "https://github.com/Fury7425/zen-trackpad-gesture-animation", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/8039de3b-72e1-41ea-83b3-5077cf0f98d1/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/8039de3b-72e1-41ea-83b3-5077cf0f98d1/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/8039de3b-72e1-41ea-83b3-5077cf0f98d1/image.png", + "author": "Fury7425", + "version": "1.0.0", + "tags": [], + "createdAt": "2025-04-08", + "updatedAt": "2025-04-08" +} \ No newline at end of file