diff options
| author | Starla Insigna <hatkirby@fourisland.com> | 2008-11-19 17:27:03 -0500 |
|---|---|---|
| committer | Starla Insigna <hatkirby@fourisland.com> | 2008-11-19 17:27:03 -0500 |
| commit | 24503e3abe705acde2df159aeae61be0d009f92e (patch) | |
| tree | 8debbd53dcd0db2f5934c5e2af4e697e3787781d /theme/js/round_bubbles.js | |
| download | fourisland-24503e3abe705acde2df159aeae61be0d009f92e.tar.gz fourisland-24503e3abe705acde2df159aeae61be0d009f92e.tar.bz2 fourisland-24503e3abe705acde2df159aeae61be0d009f92e.zip | |
Imported sources
Diffstat (limited to 'theme/js/round_bubbles.js')
| -rw-r--r-- | theme/js/round_bubbles.js | 13 |
1 files changed, 13 insertions, 0 deletions
| diff --git a/theme/js/round_bubbles.js b/theme/js/round_bubbles.js new file mode 100644 index 0000000..8423b99 --- /dev/null +++ b/theme/js/round_bubbles.js | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | window.onload = function() { | ||
| 2 | settings = { | ||
| 3 | tl: { radius: 10 }, | ||
| 4 | tr: { radius: 10 }, | ||
| 5 | bl: { radius: 10 }, | ||
| 6 | br: { radius: 10 }, | ||
| 7 | antiAlias: true, | ||
| 8 | autoPad: true | ||
| 9 | } | ||
| 10 | var myBoxObject = new curvyCorners(settings, "rounded"); | ||
| 11 | myBoxObject.applyCornersToAll(); | ||
| 12 | } | ||
| 13 | |||
