Fullscreen
Loading...
 
[Show/Hide Right Column]

Creates a fade-in/fade-out effect on a text

Plugin Fade

Introduced with Tiki 3.0

This plugin allows you to create a link that shows/hides initially hidden content using a fade-in/fade-out effect.

Syntax

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

Would produce:

Label to display on first display
Wiki syntax containing the text to display. This text can be very long and can contain wiki syntax, images, etc.

Parameters

Required parameters are in bold
Preferences required: wikiplugin_fade
Parameters Accepted Values Description Default Since
label any string except for HTML and PHP tags Label for link that shows and hides the content when clicked Unspecified label 3.0
icon y
n
Arrow icon showing that content can be hidden or shown. 7.0
show_speed Integer greater than 0 and less than or equal to 1000, or 'fast' or 'slow' Speed of animation in milliseconds when showing content (200 is fast and 600 is slow. 1000 equals 1 second). 400 7.0
hide_speed Integer greater than 0 and less than or equal to 1000, or 'fast' or 'slow' Speed of animation in milliseconds when hiding content (200 is fast and 600 is slow. 1000 equals 1 second). 400 7.0


Examples

With Icon and Speed Parameters Set

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

Would produce on this site:

Click me!
This is my favorite hat:
Image



Contributors to this page: lindon132 points  and Marc Laporte9140 points  .
Page last modified on Sunday 15 May, 2011 04:12:55 UTC by lindon132 points .
The content on this page is licensed under the terms of the Creative Commons Attribution-ShareAlike License.

Site Language

Reference Guide

Keywords

These keywords serve as "hubs" for navigation within the Tiki documentation. They correspond to development keywords (bug reports and feature requests):



Tiki Newsletter

Delivered fresh to your email inbox!
Newsletter subscribe icon
Don't miss major announcements and other news!
Contribute to Tiki