Skip to content

Commit 1e3fa34

Browse files
committed
Added Motionia to the resources page
1 parent 4bf3e2c commit 1e3fa34

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

pages-resources/resources-tools.html

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ <h4>
5959
and 2 minutes to learn. All the icons on this site are thanks to Font Awesome.
6060
</p>
6161
<p>
62-
We use FontAwesome for all the icons on this site, so for some examples check out the source code for
62+
We use FontAwesome for all the icons on this site, so for some examples check out the source code
63+
for
6364
this page.
6465
</p>
6566
</div>
@@ -87,6 +88,24 @@ <h4>
8788
</div>
8889
</div>
8990

91+
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
92+
<div class="row">
93+
<div class="card">
94+
<h4>
95+
<span class="fab fa-js-square"></span>
96+
<a href="https://www.cssscript.com/animation-engine-motionia/" target="_blank">Motionia</a>
97+
<span class="badge badge-danger">Hard</span>
98+
</h4>
99+
<p>
100+
Motionia is a lightweight, easy-to-use JavaScript animation library that provides over 100
101+
performant animations to pick from, which animate any elements on a web page and even change
102+
attributes such as colour and background. You can also start from the
103+
<a href="https://github.com/abhiprojectz/motionia" target="_blank">the Motionia GitHub repo</a>.
104+
</p>
105+
</div>
106+
</div>
107+
</div>
108+
90109
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
91110
<div class="row">
92111
<div class="card">

0 commit comments

Comments
 (0)