Added minimal navigation breadcrumbs to doctests.
This commit is contained in:
@@ -16,12 +16,12 @@
|
||||
<div class="flipWrapper">
|
||||
<div class="flipCard">
|
||||
<img class="flipFace front" src="" />
|
||||
<div class="flipFace back" style="visibility:hidden;"></div>
|
||||
<div class="flipFace back" style="visibility: hidden"></div>
|
||||
</div>
|
||||
<!-- Very tricky problem to scale svgs: see https://css-tricks.com/scale-svg/ -->
|
||||
<svg
|
||||
class="flipButton backBtn"
|
||||
style="visibility:hidden;"
|
||||
style="visibility: hidden"
|
||||
viewBox="0 0 100 100"
|
||||
preserveAspectRatio="xMidYMid meet"
|
||||
>
|
||||
@@ -41,9 +41,7 @@
|
||||
</template>
|
||||
</head>
|
||||
<body onload="Doctest.run()">
|
||||
<h1>
|
||||
Flip Effect
|
||||
</h1>
|
||||
<h1><a href="../index.html">lib.</a><a href="index.html">pixi.</a>Flip Effect</h1>
|
||||
<p>
|
||||
The flip effect, which simulates a flip between a front and back view of an object by means of a 3D
|
||||
rotation, is an interaction between a PIXI scatter object and a DOM Flip effect. The PIXI scatter is used as
|
||||
@@ -63,10 +61,8 @@
|
||||
</li>
|
||||
<li>If the back card is closed, the DOM nodes are removed and the PIXI scatter is shown again.</li>
|
||||
</ul>
|
||||
<h3>
|
||||
Example
|
||||
</h3>
|
||||
<main id="main" style="border: 1px solid red; position: relative;">
|
||||
<h3>Example</h3>
|
||||
<main id="main" style="border: 1px solid red; position: relative">
|
||||
<canvas id="canvas" class="grayBorder interactive">Canvas not supported</canvas>
|
||||
</main>
|
||||
<script class="doctest">
|
||||
|
||||
Reference in New Issue
Block a user