Animate on scroll for 3rd party blocks
-
Can you walk me through adding this code to allow for animations in other blocks? If I add this via snippets it errors out.
<?php
registerBlockType( ‘my/block’, {
title: ‘My block’,
ghostkit: {
supports: {
scrollReveal: true,
},
},
…
} );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Animate on scroll for 3rd party blocks’ is closed to new replies.