• Hello, how can i disable Animate on scroll in right sidebar?
    Our users always use this and it looks really bad and for longer sections it’s not even working, so we really need to hide this.
    We tried

    removeFilter( 'blocks.registerBlockType', 'ghostkit/sr/additional-attributes' );
    removeFilter( 'editor.BlockEdit', 'ghostkit/sr/additional-attributes' );
    removeFilter( 'blocks.getSaveContent.extraProps', 'ghostkit/sr/save-props' );
    removeFilter( 'editor.BlockListBlock', 'ghostkit/sr/editor/additional-attributes' );

    but it’s not working

  • The topic ‘disable Animate on scroll’ is closed to new replies.