@vlinderclimate/net-zero-ui
Version:
<div align="center"> <img src="https://storage.yandexcloud.net/static.vlinderstorage.com/Telegram_VlinderTech.png" width=200 /> </div> <h1 align="center">Net Zero UI kit</h1>
19 lines (15 loc) • 445 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var animation = {
".animate__animated &": {
transform: "translate3d(0, 15px, 0)",
transition: "transform 0.5s ease, opacity 0.3s ease",
willChange: "transform, opacity",
opacity: 0
},
".animate__fadeIn &": {
transform: "translate3d(0, 0, 0)",
opacity: 1
}
};
exports.animation = animation;