Skip to content

Commit

Permalink
build: version 2.1.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinchoolur committed Jul 7, 2021
1 parent 090965a commit 838b4d8
Show file tree
Hide file tree
Showing 45 changed files with 84 additions and 84 deletions.
10 changes: 5 additions & 5 deletions dist/css/lightgallery-bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,7 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object
text-align: left;
opacity: 0.001;
outline: none;
will-change: opacity;
will-change: auto;
-webkit-transition: opacity 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
Expand Down Expand Up @@ -1298,9 +1298,9 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object
left: 0;
top: 0;
bottom: 0;
-webkit-transition: none;
-o-transition: none;
transition: none;
-webkit-transition: opacity 0s;
-o-transition: opacity 0s;
transition: opacity 0s;
white-space: nowrap;
}

Expand Down Expand Up @@ -1422,7 +1422,7 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object
z-index: 1040;
background-color: #000;
opacity: 0;
will-change: opacity;
will-change: auto;
-webkit-transition: opacity 333ms ease-in 0s;
-o-transition: opacity 333ms ease-in 0s;
transition: opacity 333ms ease-in 0s;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/lightgallery-bundle.min.css

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/css/lightgallery-core.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
text-align: left;
opacity: 0.001;
outline: none;
will-change: opacity;
will-change: auto;
-webkit-transition: opacity 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
Expand Down Expand Up @@ -142,9 +142,9 @@
left: 0;
top: 0;
bottom: 0;
-webkit-transition: none;
-o-transition: none;
transition: none;
-webkit-transition: opacity 0s;
-o-transition: opacity 0s;
transition: opacity 0s;
white-space: nowrap;
}

Expand Down Expand Up @@ -266,7 +266,7 @@
z-index: 1040;
background-color: #000;
opacity: 0;
will-change: opacity;
will-change: auto;
-webkit-transition: opacity 333ms ease-in 0s;
-o-transition: opacity 333ms ease-in 0s;
transition: opacity 333ms ease-in 0s;
Expand Down
10 changes: 5 additions & 5 deletions dist/css/lightgallery.css
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object
text-align: left;
opacity: 0.001;
outline: none;
will-change: opacity;
will-change: auto;
-webkit-transition: opacity 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
Expand Down Expand Up @@ -465,9 +465,9 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object
left: 0;
top: 0;
bottom: 0;
-webkit-transition: none;
-o-transition: none;
transition: none;
-webkit-transition: opacity 0s;
-o-transition: opacity 0s;
transition: opacity 0s;
white-space: nowrap;
}

Expand Down Expand Up @@ -589,7 +589,7 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object
z-index: 1040;
background-color: #000;
opacity: 0;
will-change: opacity;
will-change: auto;
-webkit-transition: opacity 333ms ease-in 0s;
-o-transition: opacity 333ms ease-in 0s;
transition: opacity 333ms ease-in 0s;
Expand Down
2 changes: 1 addition & 1 deletion dist/lightgallery.es5.js

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

4 changes: 2 additions & 2 deletions dist/lightgallery.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lightgallery.umd.js

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

2 changes: 1 addition & 1 deletion dist/plugins/autoplay/lg-autoplay.es5.js

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

4 changes: 2 additions & 2 deletions dist/plugins/autoplay/lg-autoplay.min.js

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

4 changes: 2 additions & 2 deletions dist/plugins/autoplay/lg-autoplay.umd.js

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

2 changes: 1 addition & 1 deletion dist/plugins/comment/lg-comment.es5.js

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

4 changes: 2 additions & 2 deletions dist/plugins/comment/lg-comment.min.js

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

4 changes: 2 additions & 2 deletions dist/plugins/comment/lg-comment.umd.js

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

2 changes: 1 addition & 1 deletion dist/plugins/fullscreen/lg-fullscreen.es5.js

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

Loading

0 comments on commit 838b4d8

Please sign in to comment.