mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Add theme: trackpad animation
This commit is contained in:
parent
48f6105fd9
commit
e4ca692381
4 changed files with 37 additions and 0 deletions
21
themes/8039de3b-72e1-41ea-83b3-5077cf0f98d1/chrome.css
Normal file
21
themes/8039de3b-72e1-41ea-83b3-5077cf0f98d1/chrome.css
Normal 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;
|
||||
}
|
BIN
themes/8039de3b-72e1-41ea-83b3-5077cf0f98d1/image.png
Normal file
BIN
themes/8039de3b-72e1-41ea-83b3-5077cf0f98d1/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
2
themes/8039de3b-72e1-41ea-83b3-5077cf0f98d1/readme.md
Normal file
2
themes/8039de3b-72e1-41ea-83b3-5077cf0f98d1/readme.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
made it for an extra animation when using a trackpad.
|
14
themes/8039de3b-72e1-41ea-83b3-5077cf0f98d1/theme.json
Normal file
14
themes/8039de3b-72e1-41ea-83b3-5077cf0f98d1/theme.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue