Scroll to navigation

HTML::Prototype::Effects(3pm) User Contributed Perl Documentation HTML::Prototype::Effects(3pm)

NAME

HTML::Prototype::Effects - script.aculo.us effects library, embedded in perl

SYNOPSIS

    our $effects= do { package HTML::Prototype::Effects; local $/; <DATA> };

DESCRIPTION

This is the script.aculo.us effects library embedded in a perl __DATA__ section, for easy inclusion in HTML::Prototype.

SEE ALSO

HTML::Prototype, Catalyst::Plugin::Prototype <http://prototype.conio.net/>

AUTHOR

Sebastian Riedel, "sri@oook.de"

effects.js by Thomas Fuchs

LICENSE

This library is free software. You can redistribute it and/or modify it under the same terms as perl itself.

2022-06-14 perl v5.34.0