Effects

This is a part of the Ghost Kit Pro plugin.
Purchase the Pro plugin to access this and other advanced features.

Add stunning visual effects and interactivity to Ghost Kit and Core blocks. You can can easily add reveal animations, scroll effects, mouse move/hover/press effects and loop animations.

Available Tools

  • Reveal

Pro tools:

  • Mouse Hover
  • Mouse Press
  • Mouse Move
  • Scroll
  • Loop

Examples

Loop

Scroll Down · Scroll Down · Scroll Down ·

Scroll

Wow, these are essential icons that you should see!

Wow, these are essential icons that you should see!

Wow, these are essential icons that you should see!

Reveal

Wow, these are essential icons that you should see!

Wow, these are essential icons that you should see!

Wow, these are essential icons that you should see!

Mouse

Wow, these are essential icons that you should see!

Wow, these are essential icons that you should see!

Wow, these are essential icons that you should see!

Enable in 3rd-party blocks

<?php
registerBlockType( 'my/block', {
    title: 'My block',
    supports: {
        ghostkit: {
            effects: true,
        }
    },
    ...
} );
Was this page helpful?