bitandblack-css-handler
v0.0.0
Published
Basic CSS handling and manipulation with JavaScript.
Downloads
29
Readme
Bit&Black CSS Handler
Basic CSS handling and manipulation with JavaScript.
Currently available:
getStyle
: Returns a specific element style.fadeIn
: Fades in an element.fadeOut
: Fades out an element.
Installation
This library is made for the use with Node. Add it to your project by running
$ yarn add bitandblack-css-handler
or
$ npm install bitandblack-css-handler
Usage
Use the library like that:
import { fadeIn } from "~bitandblack/css-handler";
const testElement = document.querySelector("#myTestElement");
fadeIn(testElement);
Help
If you have any questions, feel free to contact us under [email protected]
.
Further information about Bit&Black can be found under www.bitandblack.com.