动画
This commit is contained in:
@@ -18,13 +18,15 @@
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<section class="product-feature" :class="{ 'product-feature-reversed': reversed }">
|
||||
<section class="product-feature" :class="{ 'product-feature-reversed': reversed }" v-custom-animation.scroll>
|
||||
<div class="product-feature-art">
|
||||
<img
|
||||
class="product-feature-bg"
|
||||
:src="backgroundImage"
|
||||
:alt="backgroundAlt"
|
||||
loading="lazy"
|
||||
translate-x-s="-100"
|
||||
translate-x="100"
|
||||
/>
|
||||
<img class="product-feature-panel" :src="panelImage" :alt="panelAlt" loading="lazy" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user