-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathREADME.txt
23 lines (16 loc) · 972 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Facebox for Prototype, version 2.0
By Robert Gaal - http://wakoopa.com
--------------------------------------------------------------------------
Heavily based on Facebox by Chris Wanstrath - http://famspam.com/facebox
First ported to Prototype by Phil Burrows - http://blog.philburrows.com
Licensed under the MIT:
http://www.opensource.org/licenses/mit-license.php
Need help? Join the Google Groups mailing list:
http://groups.google.com/group/facebox/
--------------------------------------------------------------------------
Dependencies: prototype & script.aculo.us + images & CSS files from original facebox
Usage: Append 'rel="facebox"' to an element to call it inside a so-called facebox.
You can also call it directly through the following code:
facebox.loading();
facebox.reveal('Facebox contents here', null);
new Effect.Appear(facebox.facebox, {duration: .3});