Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(snippets): improve Smooth Progress/Volume Bar code #680

Merged
merged 6 commits into from
Jan 24, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Capitalization
  • Loading branch information
theRealPadster committed Jan 24, 2024
commit e08584a26f481d1d7c94594bef3717af1b3a88e4
2 changes: 1 addition & 1 deletion src/resources/snippets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ export default [
"preview": "resources/assets/snippets/fix-listening-on.png",
},
{
"title": "Smooth Progress/Volume bar",
"title": "Smooth Progress/Volume Bar",
"description": "Makes the Progress/Volume bar glide",
"code": "@property --progress-bar-transform { inherits: true; initial-value: 0%; syntax: '<percentage>'; } .progress-bar { transition: --progress-bar-transform 1s linear !important; } .progress-bar:active { transition-duration: 150ms !important; }",
"preview": "resources/assets/snippets/smooth-progress-bar.png",
Expand Down
Loading