Skip to content

Commit

Permalink
1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kingdido999 committed Mar 31, 2017
1 parent 2f6afb3 commit f10eb6d
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zooming",
"version": "1.1.3",
"version": "1.1.4",
"homepage": "https://github.com/kingdido999/zooming",
"authors": [
"Desmond Ding <[email protected]>"
Expand Down
1 change: 1 addition & 0 deletions build/zooming.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/zooming.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/zooming.min.js.map

Large diffs are not rendered by default.

53 changes: 52 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@ <h3 class='mb0 no-anchor'></h3>
.scrollThreshold
</a></li>

<li><a
href='#OPTIONS.zIndex'
class='regular pre-open'>
.zIndex
</a></li>

<li><a
href='#OPTIONS.customSize'
class='regular pre-open'>
Expand Down Expand Up @@ -936,7 +942,7 @@ <h3 class='fl m0' id='options'>
<span class="hljs-keyword">var</span> options = {
<span class="hljs-attr">defaultZoomable</span>: <span class="hljs-string">'img[data-action="zoom"]'</span>,
<span class="hljs-attr">enableGrab</span>: <span class="hljs-literal">true</span>,
<span class="hljs-attr">preloadImage</span>: <span class="hljs-literal">true</span>,
<span class="hljs-attr">preloadImage</span>: <span class="hljs-literal">false</span>,
<span class="hljs-attr">transitionDuration</span>: <span class="hljs-number">0.4</span>,
<span class="hljs-attr">transitionTimingFunction</span>: <span class="hljs-string">'cubic-bezier(0.4, 0, 0, 1)'</span>,
<span class="hljs-attr">bgColor</span>: <span class="hljs-string">'rgb(255, 255, 255)'</span>,
Expand Down Expand Up @@ -1402,6 +1408,51 @@ <h3 class='fl m0' id='options'>







</section>

</div>
</div>

<div class='border-bottom' id='OPTIONS.zIndex'>
<div class="clearfix small pointer toggle-sibling">
<div class="py1 contain">
<a class='icon pin-right py1 dark-link caret-right'></a>
<span class='code strong strong truncate'>zIndex</span>
</div>
</div>
<div class="clearfix display-none toggle-target">
<section class='p2 mb2 clearfix bg-white minishadow'>



<p>The z-index that the overlay will be added with.</p>


<div class='pre p1 fill-light mt0'>zIndex</div>























Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zooming",
"version": "1.1.3",
"version": "1.1.4",
"description": "Image zoom that makes sense.",
"main": "build/zooming.js",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions src/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* scaleBase: 1.0,
* scaleExtra: 0.5,
* scrollThreshold: 40,
* zIndex: 998,
* customSize: null,
* onOpen: null,
* onClose: null,
Expand Down

0 comments on commit f10eb6d

Please sign in to comment.