We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4253c78 commit eaec319Copy full SHA for eaec319
tests/visual/addClass/addClass_queue.html
@@ -1,9 +1,8 @@
1
-<!DOCTYPE html>
+<!doctype html>
2
<html lang="en">
3
<head>
4
<meta charset="utf-8">
5
<title>addClass Visual Test : Queue</title>
6
- <link rel="stylesheet" href="../visual.css">
7
<link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css">
8
<script src="../../../jquery-1.7.2.js"></script>
9
<script src="../../../ui/jquery.effects.core.js"></script>
@@ -43,6 +42,9 @@
43
42
</head>
44
<body>
45
+<p>WHAT: The two boxes animate from black to red to green to blue.</p>
46
+<p>The first box should start with a delay, the second box should start immediately.</p>
47
+
48
<div id="box1" class="box"></div>
49
<div id="box2" class="box"></div>
50
0 commit comments