bitandblack-css-handler
TypeScript icon, indicating that this package has built-in type declarations

0.0.0 • Public • Published

Codacy Badge npm version

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 hello@bitandblack.com.

Further information about Bit&Black can be found under www.bitandblack.com.

Readme

Keywords

Package Sidebar

Install

npm i bitandblack-css-handler

Weekly Downloads

3

Version

0.0.0

License

MIT

Unpacked Size

12.9 kB

Total Files

20

Last publish

Collaborators

  • tobiaskoengeter