Text Effects: Puff : Text Effects « Ajax Layer « JavaScript DHTML






Text Effects: Puff

<!-- 

Copyright (c) 2005 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us)

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>script.aculo.us Effects functional test file</title>
  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  <script src="./scriptaculous-js-1.6.4src/prototype.js" type="text/javascript"></script>
  <script src="./scriptaculous-js-1.6.4src/scriptaculous.js" type="text/javascript"></script>
  <script src="./scriptaculous-js-1.6.4src/unittest.js" type="text/javascript"></script>
  <script type="text/javascript" charset="utf-8">
    Position.includeScrollOffsets = true;
  </script>
<body>
<h1>script.aculo.us Effects functional test file</h1>

<h2>Effect.Puff</h2>

<div id="p1" style="width:100px;height:100px;background-color:#dde;" onclick="Effect.Puff(this)">
  click to test puff, no position set
</div>

<div id="p2" style="float:right;width:100px;height:100px;background-color:#dde;" onclick="Effect.Puff(this)">
  click to test puff, floats
</div>

<div id="p3" style="position:absolute;left:200px;top:100px;width:100px;height:100px;background-color:#dde;" onclick="Effect.Puff(this)">
  click to test puff, absolute position set
</div>

<h3>Floating inside a container</h3>

<div style="width:300px;height:300px;border:1px solid red">
  <div style="float:left;width:100px;height:100px;background-color:#888;" onclick="Effect.Puff(this)">
    click to puff
  </div>
  <div style="float:left;width:100px;height:100px;background-color:#999;" onclick="Effect.Puff(this)">
    click to puff
  </div>
  <div style="float:left;width:100px;height:100px;background-color:#aaa;" onclick="Effect.Puff(this)">
    click to puff
  </div>
  <div style="float:left;width:100px;height:100px;background-color:#bbb;" onclick="Effect.Puff(this)">
    click to puff
  </div>
  <div style="float:left;width:100px;height:100px;background-color:#ccc;" onclick="Effect.Puff(this)">
    click to puff
  </div>
  <div style="float:left;width:100px;height:100px;background-color:#ddd;" onclick="Effect.Puff(this)">
    click to puff
  </div>
  <div style="float:left;width:100px;height:100px;background-color:#eee;" onclick="Effect.Puff(this)">
    click to puff
  </div>
  <div style="float:left;width:100px;height:100px;background-color:#777;" onclick="Effect.Puff(this)">
    click to puff
  </div>
  <div style="float:left;width:100px;height:100px;background-color:#666;" onclick="Effect.Puff(this)">
    click to puff
  </div>
</div>
  
</div>

</body>
</html>
           
       








scriptaculous-js-1.6.4.zip( 139 k)

Related examples in the same category

1.Highlight text dynamically
2.Text color fade in
3.Rainbow highligher
4.Text BlindUp and BlindDown
5.Text: Slide Up and Slide Down
6.Text Effects: highlight
7.Text effects: Scale X only, Scale Y only, Scale X and Y
8.Text effects: outlook bar
9.Text effects: slide down, slide up
10.Text effects: scroll (slow-motion) down-below, scroll last-heading
11.Fade/Appear effect functional test