Display elements (list of elements) in an animated HTML5 canvas. This module is the light version of Tagcanvas. Unlike Tagcanvas Module no library required to run the animation of Items Canvas.
Do not forget to read the Master File README.txt for more information related to the installation.
EXAMPLE
==========================================
* HTML
<ul>
<li><a href="http://domain.com/foo1">foo1</a></li>
<li><a href="http://domain.com/foo2">foo2</a></li>
<li><a href="http://domain.com/foo3">foo3</a></li>
</ul>
* With Items Canvas Module
$items = array(
0 => array(
'url' => 'http://domain.com/foo1',
'name' => 'foo1',
),
1 => array(
'url' => 'http://domain.com/foo2',
'name' => 'foo2',
),
2 => array(
'url' => 'http://domain.com/foo3',
'name' => 'foo3',
),
);
print items_canvas_show($items);
Project information
Seeking co-maintainer(s)
Maintainers are looking for help reviewing issues.No further development
No longer developed by its maintainers.- Project categories: Content editing experience, Content display, Developer tools
2 sites report using this module
- Created by brice_gato on , updated
Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.

