1.1.0 • Published 2 years ago

bianco.force-reflow v1.1.0

Weekly downloads
129
License
MIT
Repository
github
Last release
2 years ago

bianco.force-reflow

Build Status NPM version NPM downloads MIT License

Usage

import forceReflow from 'bianco.force-reflow'

// force the reflow on a single element
forceReflow(document.querySelector('#my-id'))

API

Table of Contents

forceReflow

Force the reflow of one or a list of DOM elements

Parameters

Examples

import forceReflow from 'bianco.force-reflow'

// force reflow on a list of elements
forceReflow(document.querySelectorAll('.list'))

// force reflow on a single element
forceReflow(document.querySelector('.post'))

Returns any the argument received

1.1.0

2 years ago

1.0.0

5 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago