Loading...
 
Skip to main content

History: PluginFade

Source of version: 11 (current)

Copy to clipboard
            {syntax type="markdown"  editor="wysiwyg"} # Plugin Fade

Use this ((wiki plugin)), introduced with ((Tiki3)), to create a link that shows/hides initially hidden content using a fade-in/fade-out effect. In ((Tiki16)) a new parameter bootstrap ('y' or 'n') was added, to generate bootstrap collapsible box instead of the previous html code.

## Parameters

{pluginmanager plugin="fade"}

## Examples

### Basic

*This code:*
{CODE(colors="tiki")}
{FADE(label="Label to display on first display", bootstrap="y")}
Wiki syntax containing the text to display. This text can be very long and can contain wiki syntax, images, etc.
{FADE}
{CODE} 
*Would produce:*

{FADE(label="Label to display on first display", bootstrap="y")} 
Wiki syntax containing the text to display. This text can be very long and can contain wiki syntax, images, etc. 
{FADE}

### With Icon and Speed Parameters Set

*This code:*
{CODE(colors="tiki")}
{FADE(label="Click me!" icon="y" show_speed="900" hide_speed="fast" bootstrap="y")}
This is my favorite hat:
{img attId=39} 
{FADE}
{CODE} 
*Would produce on this site:*

{FADE(label="Click me!" icon="y" show_speed="900" hide_speed="fast" bootstrap="y")} 
This is my favorite hat: 
{img attId=39} 
{FADE}

## Related pages

- ((PluginMouseover))