Skip to content

Commit

Permalink
Breeze: recover accidentally removed scroll reveal animation rules
Browse files Browse the repository at this point in the history
  • Loading branch information
vovayatsyuk committed Jun 7, 2024
1 parent 4b1efc9 commit 4c8bfdb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions view/frontend/layout/breeze_default.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceBlock name="breeze.scrollReveal">
<arguments>
<argument name="selectors" xsi:type="array">
<item name="easycatalogimg" xsi:type="string">.scroll-reveal-container .easycatalogimg .item</item>
</argument>
</arguments>
</referenceBlock>
</body>
</page>

0 comments on commit 4c8bfdb

Please sign in to comment.