1. bianco.force-reflow
[![Build Status][ci-image]][ci-url] [![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][npm-url] [![MIT License][license-image]][license-url]
bianco.force-reflow
Package: bianco.force-reflow
Created by: biancojs
Last modified: Mon, 11 Apr 2022 17:43:11 GMT
Version: 1.1.0
License: MIT
Downloads: 780
Repository: https://github.com/biancojs/force-reflow

Install

npm install bianco.force-reflow
yarn add bianco.force-reflow

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

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code