Skip to content

Commit a8ae312

Browse files
committed
fadeTo(): Fix img src to point to /resources/
Closes #274
1 parent 2706b44 commit a8ae312

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

entries/fadeTo.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
});
5151
</code></pre>
5252
<p class="image four-across">
53-
<img src="/images/0042_06_41.png" alt=""/>
54-
<img src="/images/0042_06_42.png" alt=""/>
55-
<img src="/images/0042_06_43.png" alt=""/>
56-
<img src="/images/0042_06_44.png" alt=""/>
53+
<img src="/resources/0042_06_41.png" alt=""/>
54+
<img src="/resources/0042_06_42.png" alt=""/>
55+
<img src="/resources/0042_06_43.png" alt=""/>
56+
<img src="/resources/0042_06_44.png" alt=""/>
5757
</p>
5858
<p>With <code>duration</code> set to <code>0</code>, this method just changes the <code>opacity</code> CSS property, so <code>.fadeTo(0, opacity)</code> is the same as <code>.css('opacity', opacity)</code>.</p>
5959
</longdesc>

0 commit comments

Comments
 (0)