Skip to content

LZTAnimations by maslovkk

Details

Authormaslovkk

LicenseCC BY

Categoryzelenka.guru

Created

Updated

Size908 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

More animations

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         LZTAnimations
@version      20221218.14.20
@namespace    userstyles.world/user/maslovkk
@description  More animations
@author       maslovkk
@license      CC BY
==/UserStyle== */

@-moz-document domain("zelenka.guru"), domain("lolz.guru") {
.Menu {
    transform: scaleX(0);
}
.button:not(.withSendMoneyButton), .item.control .icon, .threadControl {
    transform: scale(1);
    transition: transform 1s;
}
.button:not(.withSendMoneyButton):active, .item.control:active .icon, .threadControl:active {
    transform: scale(0.8);
    transition: transform 0.3s;
}
input[type="radio"], input[type="checkbox"] {
    transition: transform 0.5s;
    transform: rotateZ(0);
}
input[type="radio"], input[type="checkbox"]:checked {
    transform: rotateZ(360deg);
}
.modal.fade {
    transition: transform 0.2s;
    transform: scaleX(0);
}
.modal.fade.in {
    transform: scaleX(1);
}
}

Reviews

No reviews yet.