= Reflection's Tent Copyright (c) 2008 Grégoire Lejeune. All rights reserved. == DESCRIPTION: Reflection's Tent is a Bivouac[http://bivouac.rubyforge.org] plugin for Reflection.js[http://cow.neondragon.net/stuff/reflection/]. Reflection.js allows you to add reflections to images on your webpages. == FEATURES/PROBLEMS: === 0.2.0: * Rakefile correction to be complient with bivouac 0.3.0 === 0.1.0: * First public release == INSTALL: ruby script/plugin install reflection_s_tent rake plugin:reflection_s_tent:install == USAGE: In your view : javascript_include_tag :defaults javascript_include_tag "reflection" ... image_tag( "reflection.png", :class => "reflect") ... image_tag( "reflection.png", :id => "bbq" ) image_reflection( "bbq", :height => "3/4", :opacity => "2/3" ) == LICENSE: This plugin is distributed without any warranty. See the file 'LICENCE' for details.