08_Filtre/TransFilter_01.htm
1 <?xml version="1.0" encoding="windows-1250"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "DTD/xhtml1-strict.dtd">
4 <html xmlns:t = 'urn:schemas-microsoft-com:time'>
5 <head>
6 <title>TransFilter 01</title>
7 <meta http-equiv="Author" content="Imrich BURANSKY" />
8 <meta http-equiv="Content-Type" content="text/html; charset=Windows-1250" />
9 <?import namespace="t" implementation="#default#time2">
10 <style type="text/css" >
11 .C1 {
12 border: 4px solid black;
13 width:350px; height:150px; padding-top: 50px;
14 color:white; background:darkblue;
15 font-size:28; font-family:trebuceht; font-weight:bold;
16 text-align:center;
17 filter:progid:DXImageTransform.Microsoft.Gradient();
18 }
19 </style>
20 </head>
21 <body>
22 <div class="C1">
23 Roztváranie opony
24 <t:transitionFilter
25 type="barnDoorWipe"
26 subtype="verticle"
27 dur="3"
28 mode="in"
29 from="0.0"
30 to="1.0"
31 calcmode="linear"
32 repeatcount="1" />
33 </div>
34 </body>
35 </html>