Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abbotto/elemint

Tricks for the DOM
https://github.com/abbotto/elemint

animate api browser css dom element html nodejs print stylesheet

Last synced: about 1 month ago
JSON representation

Tricks for the DOM

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/abbotto/elemint.svg?branch=master)](https://travis-ci.org/abbotto/elemint)
[![David](https://img.shields.io/david/expressjs/express.svg)](https://david-dm.org/abbotto/elemint.svg)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE.md)

##### Elemint is maintained under the [semantic versioning](http://semver.org/) guidelines

---

#### Features

- Traverse the DOM.
- Manage animations and events.
- Manipulate elements and styles.

#### API Usage
- API documentation can be found [here](https://abbotto.github.io/elemint/docs/).

#### Browser Usage

- Download the latest version of the library from [here](https://github.com/abbotto/elemint/archive/master.zip).
- Include the library in the body of an HTML document:

#### NPM Usage

**Install**

- Download the latest version of the library:

npm i @elemint/elemint

- Require the library in a script:

require('@elemint/elemint');

#### Contributing
- Infomation on how to contribute can be found [here](https://raw.githubusercontent.com/abbotto/elemint/master/CONTRIBUTING.md).

#### MIT License
- License information can be found [here](https://raw.githubusercontent.com/abbotto/elemint/master/LICENSE.md).