Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit c645bcb

Browse files
Robert BiggsRobert Biggs
Robert Biggs
authored and
Robert Biggs
committed
Update about Codepen Pythagoras tree example.
1 parent 0784d4b commit c645bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ <h3>An Image Browser with Popup</h3>
138138
<section>
139139
<div class="main__example--column">
140140
<h3>SVG Animation</h2>
141-
<p>Here we're using <a target="__blank" href="https://d3js.org">D3</a> to animate a Pythagoras tree using Composi's virtual dom to update the SVG in real time. Move the cursor over the panel, or move your finger on mobile devices.</p>
141+
<p>Here we're using <a target="__blank" href="https://d3js.org">D3</a> to animate a Pythagoras tree using Composi's virtual dom to update the SVG in real time. Move the cursor over the panel, or move your finger on mobile devices. As you do so, upto 2,000 rectanges will be created and destroyed based on the cursor position. This shows how efficient Composi's virtual dom is.</p>
142142
<p>You can use many third-party libraries and frameworks with Composi, such a Redux, Mobx, RxJS, Lodash, Bootstrap, Material Design Lite, etc.</p>
143143
<p>This is available on Github for <a href='https://github.com/composor/pythagoras-dancing-tree' target='__blank'>download</a>.</p>
144144
</div>

0 commit comments

Comments
 (0)