What is Tilex?
What is Tilex?
Tilex is a JavaScript fullscreen tile expansion library.
It converts <div class="tilex-tile">
into buttons that, on clicking, expand to cover the screen like this one.
How to install?
How to install?
After downloading the files, include them:
<link href=".../css/tilex_v1.css" rel="stylesheet">
<script src=".../js/tilex_v1.js"></script>