mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
addClass visual test: Added description of test.
This commit is contained in:
parent
4253c78a46
commit
eaec319df3
@ -1,9 +1,8 @@
|
|||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>addClass Visual Test : Queue</title>
|
<title>addClass Visual Test : Queue</title>
|
||||||
<link rel="stylesheet" href="../visual.css">
|
|
||||||
<link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css">
|
<link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css">
|
||||||
<script src="../../../jquery-1.7.2.js"></script>
|
<script src="../../../jquery-1.7.2.js"></script>
|
||||||
<script src="../../../ui/jquery.effects.core.js"></script>
|
<script src="../../../ui/jquery.effects.core.js"></script>
|
||||||
@ -43,6 +42,9 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
<p>WHAT: The two boxes animate from black to red to green to blue.</p>
|
||||||
|
<p>The first box should start with a delay, the second box should start immediately.</p>
|
||||||
|
|
||||||
<div id="box1" class="box"></div>
|
<div id="box1" class="box"></div>
|
||||||
<div id="box2" class="box"></div>
|
<div id="box2" class="box"></div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user