Title: Fade Effect
Last modified: October 17, 2022

---

# Fade Effect

 *  [Nick Heurter](https://wordpress.org/support/users/nickelanddimenl/)
 * (@nickelanddimenl)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/fade-effect-12/)
 * Hi mate! First of all, awesome plugin. Thanks!
 * One small question, I noticed there is no ‘Fade’ option available, but there 
   is already a solution for this: [https://wordpress.org/support/topic/fade-effects/](https://wordpress.org/support/topic/fade-effects/).
   Are you planning on integrating this in your plugin? So these changes are not
   lost when updating the plugin?
 * Kind Regards,
    Nick

Viewing 1 replies (of 1 total)

 *  [Phillip Schmanau](https://wordpress.org/support/users/phillipschmanau/)
 * (@phillipschmanau)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/fade-effect-12/#post-16129106)
 * I ran across same problem and solved it that way until this feature might be 
   available someday:
 * In your **functions.php:**
 *     ```
       add_action('wp_footer', function() {
       	  print('<script type="text/javascript">
       	  	(function($) {
       			$(".wp-block-cb-carousel").slick("slickSetOption", "fade", true);
       			})(jQuery);
       		</script>');
       	}, 99);
       ```
   
 * This way you can change the settings of the used Slick-Slider library:
    [https://kenwheeler.github.io/slick/](https://kenwheeler.github.io/slick/)
 * You can change the selector `.wp-block-cb-carousel` to a more specific selector
   if you want.

Viewing 1 replies (of 1 total)

The topic ‘Fade Effect’ is closed to new replies.

 * ![](https://ps.w.org/carousel-block/assets/icon.svg?rev=2024115)
 * [Carousel Slider Block for Gutenberg](https://wordpress.org/plugins/carousel-block/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/carousel-block/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/carousel-block/)
 * [Active Topics](https://wordpress.org/support/plugin/carousel-block/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/carousel-block/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/carousel-block/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Phillip Schmanau](https://wordpress.org/support/users/phillipschmanau/)
 * Last activity: [3 years, 5 months ago](https://wordpress.org/support/topic/fade-effect-12/#post-16129106)
 * Status: not resolved