~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/javascript/tests/test_expander.html

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-07-13 13:03:39 UTC
  • mfrom: (13302.2.35 expander-anim)
  • Revision ID: launchpad@pqm.canonical.com-20110713130339-mksv3goya9f7qw8q
[r=adeuring,
 wallyworld][no-qa] Provide proper reversible animations for the
 Expander. They are based on latest WebGL draft and provide with a rotating
 dodecahedron with bits of the node being animated split into twelve and then
 distributed over the sides of the dodecahedron using a simple encryption
 algorithm. Then the dodecahedron explodes and the node appears on the page as
 it was expected. Or maybe it's just a simple slide-out/in animation which
 doesn't jerk. Maybe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    <script type="text/javascript" src="../client.js"></script>
14
14
    <script type="text/javascript" src="../lp.js"></script>
15
15
 
 
16
    <!-- Prerequisite JS module -->
 
17
    <script type="text/javascript"
 
18
      src="../../../app/javascript/effects/effects.js"></script>
 
19
 
16
20
    <!-- The module under test -->
17
21
    <script type="text/javascript" src="../expander.js"></script>
18
22