Customize animation
-
Hello,
I want to customize some animations. The best option for me seems to be to completely remove the default styling index.css. I already tried some code snippets however it does not work.
You are registering and enqueing style ‘otter-animation’ in class-blocks-animation.php and I tried the following code to remove it:
function remove_default_stylesheet() {
wp_deregister_style( ‘otter-animation’ );
wp_dequeue_style( ‘otter-animation’ );
}
add_action( ‘wp_enqueue_scripts’, ‘remove_default_stylesheet’ );Any idea why it is not working? Or do you have any other suggestion to customize the animations?
Thanks
Georg
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Customize animation’ is closed to new replies.