biancojs / force-reflow

Helper to force DOM reflows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Helper to force DOM reflows

License:MIT License


Languages

Language:JavaScript 100.0%