Skip to content

Commit

Permalink
fix: lazyload animation conflict with initial image animation
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed Mar 21, 2019
1 parent 2caae7f commit 3a84250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function inline_bootstrap_script() {
$output = sprintf(
'
<style type="text/css">
img[data-opt-src] {
img[data-opt-src]:not([data-opt-lazy-loaded]) {
transition: .2s filter linear, .2s opacity linear, .2s border-radius linear;
-webkit-transition: .2s filter linear, .2s opacity linear, .2s border-radius linear;
-moz-transition: .2s filter linear, .2s opacity linear, .2s border-radius linear;
Expand Down

0 comments on commit 3a84250

Please sign in to comment.