Skip to content

Commit

Permalink
fix(effect-creative): fix origin
Browse files Browse the repository at this point in the history
fixes #6439
  • Loading branch information
nolimits4web committed Feb 28, 2023
1 parent a335a41 commit 7883408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/effect-creative/effect-creative.js
Expand Up @@ -123,7 +123,7 @@ export default function EffectCreative({ swiper, extendParams, on }) {
targetEl.style.transform = transform;
targetEl.style.opacity = opacityString;
if (data.origin) {
targetEl.style.transformOrigin = opacityString;
targetEl.style.transformOrigin = data.origin;
}
}
};
Expand Down

0 comments on commit 7883408

Please sign in to comment.