Add theme: trackpad animation

This commit is contained in:
Fury7425 2025-04-08 22:57:32 +00:00 committed by GitHub
parent 48f6105fd9
commit e4ca692381
4 changed files with 37 additions and 0 deletions

View file

@ -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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

View file

@ -0,0 +1,2 @@
made it for an extra animation when using a trackpad.

View file

@ -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"
}