Merge pull request #1 from danieladov/master

Change to blurSlider
This commit is contained in:
Prayag
2021-02-04 21:05:24 +05:30
committed by GitHub

View File

@@ -369,7 +369,7 @@
"default": "0" "default": "0"
}, },
{ {
"type": "number", "type": "blurSlider",
"name": "Backdrop Blur", "name": "Backdrop Blur",
"description": "adds blur to the backdrop images default is zero", "description": "adds blur to the backdrop images default is zero",
"css": ":root{--bgblur: blur($px)}.backdropImage {filter: var(--bgblur);}.backgroundContainer.withBackdrop {background-color: rgba(0,0,0,0);}", "css": ":root{--bgblur: blur($px)}.backdropImage {filter: var(--bgblur);}.backgroundContainer.withBackdrop {background-color: rgba(0,0,0,0);}",