Sign in
webkit
/
WebKit
/
e64786f4a45623940e5a9c411856fed1af23801b
/
.
/
LayoutTests
/
imported
/
blink
/
svg
/
animations
/
resources
/
animation-policy.svg
blob: 0d34187e04df5a50ec535236c3193517882eb6bd [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<rect
x
=
"50"
y
=
"0"
width
=
"100"
height
=
"100"
fill
=
"green"
>
<animate
id
=
"animation"
attributeName
=
"y"
begin
=
"0s"
dur
=
"3s"
values
=
"30;50;100"
calcMode
=
"discrete"
repeatCount
=
"indefinite"
/>
</rect>
</svg>