isitinme / dynamicResponsive

A Js class that makes chosen DOM element's CSS property dynamically change due to window resize

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dynamicResponsive

JavaScript library

A JavaScript class that makes chosen DOM element's CSS property dynamically change due to window resize

Usage

Look at the index.html for demo's..

Dev install

$ npm install -g gulp-cli && npm install

Dev usage

npm scripts (using local gulp)

  • npm run build just build with NODE_ENV=production
  • npm run dev serving from ./
  • npm run lint:scripts

About

A Js class that makes chosen DOM element's CSS property dynamically change due to window resize

License:MIT License


Languages

Language:JavaScript 75.5%Language:HTML 18.4%Language:CSS 6.1%