aboutsummaryrefslogtreecommitdiffhomepage
path: root/animations/movie#1.xml
diff options
context:
space:
mode:
authorGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-10-13 13:33:53 +0000
committerGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-10-13 13:33:53 +0000
commit2d3ad32ac83b8a496e1aa985ea12bc5411f86fe1 (patch)
tree8cbaffd9594b3392299a3dcb599e49f8c62b14e8 /animations/movie#1.xml
parent0f0cfaecf2c52e5fcb033c43df06f07a81c7b0c2 (diff)
animator tests
git-svn-id: http://skia.googlecode.com/svn/trunk@381 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'animations/movie#1.xml')
-rw-r--r--animations/movie#1.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/animations/movie#1.xml b/animations/movie#1.xml
new file mode 100644
index 0000000000..872c7c2e25
--- /dev/null
+++ b/animations/movie#1.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<screenplay xmlns="urn:screenplay">
+
+ <event kind="user" id="pathsMovie" >
+ <movie src="paths.xml" />
+ </event>
+
+ <event kind="user" id="textMovie" >
+ <movie src="text.xml" />
+ </event>
+
+ <event kind="user" id="bitmapMovie" >
+ <movie src="images.xml" />
+ </event>
+
+ <event kind="onLoad">
+ <movie src="lines.xml" />
+ <post delay="5" target="pathsMovie" />
+ <post delay="10" target="textMovie" />
+ <post delay="15" target="bitmapMovie" />
+ <dump />
+ </event>
+</screenplay>