Home | History | Annotate | Download | only in manual-tests

Lines Matching full:classname

31         {className:"green", description:"instantly change into a rectangle and fade from yellow to green over 5 seconds"},
32 {className:"", description:"instantly change into a small yellow square"},
33 {className:"square", description:"instantly change into a yellow rectangle and then animate into a big yellow square over 2 seconds"},
34 {className:"green", description:"instantly change into a yellow rectangle and then animate to a green rectangle over 5 seconds"},
35 {className:"", description:"instantly change into a small yellow square"},
36 {className:"green", description:"instantly change into a yellow rectangle and fade from yellow to green over 5 seconds"},
37 {className:"square", description:"instantly change to a yellow rectangle and then animate into a large yellow square over 2 seconds"},
38 {className:"", description:"instantly change into a small yellow square"}
46 target.className = transitions[state].className;