From 81428b3f51550d383a3b23138aa676bad30ab175 Mon Sep 17 00:00:00 2001 From: Ca-Phun Ung Date: Fri, 2 Jan 2009 14:54:25 +0000 Subject: demos/index.html - added fade in/out effect to demo notes. --- demos/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demos') diff --git a/demos/index.html b/demos/index.html index 6c60f6bad..3f0a40791 100644 --- a/demos/index.html +++ b/demos/index.html @@ -108,7 +108,7 @@ $(this).parents('ul').find('li').removeClass('demo-config-on'); $(this).parent().addClass('demo-config-on'); - $('#demo-notes').hide(); + $('#demo-notes').fadeOut(); //Set the hash to the actual page without ".html" window.location.hash = header + '|' + this.getAttribute('href').match((/\/([^\/\\]+)\.html/))[1]; @@ -160,7 +160,7 @@ $('
').insertAfter('#demo-config'); } $('#demo-notes').hide().empty().html(notes.html()); - $('#demo-notes').show(); + $('#demo-notes').fadeIn(); notes.hide(); } -- cgit v1.2.3 ion value='FOP_0-20-4Pre_BuildExp_pbw'>FOP_0-20-4Pre_BuildExp_pbw Apache XML Graphics FOP: https://github.com/apache/xmlgraphics-fopwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/test/layoutengine/standard-testcases/markers_3.xml
blob: 069eda1430b87164018db06b2f700535164c189d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139