Skip to content

Commit bf2d616

Browse files
Added filters with fish demo, just for fun
1 parent 93b6827 commit bf2d616

File tree

4 files changed

+389
-13
lines changed

4 files changed

+389
-13
lines changed

demo/advanced-content-dom.html

+4-5
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@
77
</head>
88
<body>
99
<div class="content_wrapper">
10-
<h1>STORE</h1>
10+
<h1>MENU RENDERED IN DOM</h1>
1111
<nav class="top_nav">
1212
<ul class="menu expanded">
1313
<li>MY AREA</li>
1414
<li>CATCH UP</li>
1515
<li>KIDS</li>
16-
<li>MY PRIME</li>
1716
<li>MOVIES</li>
1817
<li>TV</li>
1918
</ul>
@@ -23,14 +22,14 @@ <h1>STORE</h1>
2322
</ul>
2423
</nav>
2524
<section class="broadcasts_list">
26-
<h1>NEW THIS WEEK</h1>
25+
<h1>SLIDER BELOW IS RENDERED IN WEBGL, DRAG IT</h1>
2726
<html-gl class="horizontal_carusel">
2827
<li class="broadcast" onclick="alert('Clicked Argo')">
2928
<div class="image_background"></div>
3029
<img src="./pic/boxes/box_argo.png" width="186px" height="270px">
3130

3231
<p>
33-
The Argo
32+
Select me with DevTools
3433
</p>
3534

3635
<p>
@@ -43,7 +42,7 @@ <h1>NEW THIS WEEK</h1>
4342
<img src="./pic/boxes/box_avatar.png" width="186px" height="270px">
4443

4544
<p>
46-
Avatar
45+
Change me in DevTools
4746
</p>
4847

4948
<p>

demo/advanced-content-webgl.html

+4-5
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@
77
</head>
88
<body>
99
<div class="content_wrapper">
10-
<h1>STORE</h1>
10+
<h1>MENU RENDERED IN DOM</h1>
1111
<nav class="top_nav">
1212
<ul class="menu expanded">
1313
<li>MY AREA</li>
1414
<li>CATCH UP</li>
1515
<li>KIDS</li>
16-
<li>MY PRIME</li>
1716
<li>MOVIES</li>
1817
<li>TV</li>
1918
</ul>
@@ -23,14 +22,14 @@ <h1>STORE</h1>
2322
</ul>
2423
</nav>
2524
<section class="broadcasts_list">
26-
<h1>NEW THIS WEEK</h1>
25+
<h1>SLIDER BELOW IS RENDERED IN WEBGL, DRAG IT</h1>
2726
<html-gl class="horizontal_carusel">
2827
<li class="broadcast" onclick="alert('Clicked Argo')">
2928
<div class="image_background"></div>
3029
<img src="./pic/boxes/box_argo.png" width="186px" height="270px">
3130

3231
<p>
33-
The Argo
32+
Select me with DevTools
3433
</p>
3534

3635
<p>
@@ -43,7 +42,7 @@ <h1>NEW THIS WEEK</h1>
4342
<img src="./pic/boxes/box_avatar.png" width="186px" height="270px">
4443

4544
<p>
46-
Avatar
45+
Change me in DevTools
4746
</p>
4847

4948
<p>

0 commit comments

Comments
 (0)