You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
35
35
36
+
#### Table of Contents
37
+
38
+
-[forceReflow](#forcereflow)
39
+
-[Parameters](#parameters)
40
+
-[Examples](#examples)
41
+
36
42
### forceReflow
37
43
38
44
Force the reflow of one or a list of DOM elements
39
45
40
-
**Parameters**
46
+
#### Parameters
41
47
42
-
-`el`**([HTMLElement](https://developer.mozilla.org/en-US/docs/Web/HTML/Element)\|[NodeList](https://developer.mozilla.org/en-US/docs/Web/API/NodeList)\|[Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array))** single or multiple DOM elements
48
+
-`el`**([HTMLElement](https://developer.mozilla.org/docs/Web/HTML/Element)\|[NodeList](https://developer.mozilla.org/docs/Web/API/NodeList)\|[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array))** single or multiple DOM elements
0 commit comments