Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abbotto/elemint
- Owner: abbotto
- License: mit
- Created: 2018-03-25T14:35:35.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2020-12-09T01:17:26.000Z (about 4 years ago)
- Last Synced: 2024-10-29T23:19:23.324Z (3 months ago)
- Topics: animate, api, browser, css, dom, element, html, nodejs, print, stylesheet
- Language: CSS
- Homepage: https://abbotto.github.io/elemint/docs/
- Size: 340 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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).