Add poster hover effects

This commit is contained in:
Prayag
2021-01-13 16:02:20 +05:30
parent db829681d1
commit 769ebaf694

View File

@@ -304,6 +304,21 @@
{ {
"name": "Miscellaneous", "name": "Miscellaneous",
"options": [ "options": [
{
"type": "selector",
"name": "Poster card hover effect",
"description": "Changes the hover effect on Movie/TV show/Music poster card.",
"selections": [
{
"name": "Scale in and out",
"css": "/*Dynamic Poster effect-option1*/.cardBox-bottompadded{margin-bottom; 1em !important;}.itemsContainer>.card>.cardBox {margin: 1em;background: rgba(0,0,0,0.5);transition: transform .2s;}.cardBox:hover {transform: scale(1.1);}"
},
{
"name": "Pop up and down",
"css": "/*Dynamic Poster effect-option2*/.itemsContainer>.card>.cardBox {margin: 1em;background: rgba(0,0,0,0.5);transition: transform .2s, box-shadow .2s;}.cardBox:hover {transform: translatey(-5px);box-shadow: 0px 5px 10px black;}"
}
]
}
{ {
"type": "colorPicker", "type": "colorPicker",
"mode": "hex", "mode": "hex",