Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7588489
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T19:55:57+00:00 2026-05-30T19:55:57+00:00

I am using jCarousel for image slider. I am new to jQuery so from

  • 0

I am using jCarousel for image slider. I am new to jQuery so from the jCarousel documentation I can’t figure out how to apply different animation effects.

Say I have one image at a slice, and I want the view image disappear slowly, and simultaneously the next picture appear in the same place. How can I achieve this effect? Is it a custom animation, that requires to write a new JS function, or it can be done via setting of jCarousel?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T19:55:59+00:00Added an answer on May 30, 2026 at 7:55 pm

    Karine, I believe you should use the easing configuration property. http://sorgalla.com/projects/jcarousel/#Configuration

    Here you can specify the jquery easing effect you want to use (http://api.jquery.com/animate/). If you need something else you can create a custom animation. Here you can see an example http://sorgalla.com/projects/jcarousel/examples/special_easing.html.

    Alternatively, you can obtain the desired effect using this code:

    <script type="text/javascript">
    function carouselFadeOut(carousel) {
      var clipId = carousel.clip.context.id;
      $('#' + clipId).fadeOut();
    }
    
    function carouselFadeIn(carousel) {
      var clipId = carousel.clip.context.id;
      $('#' + clipId).fadeIn();
    }
    
    
    jQuery(document).ready(function() {
      jQuery('#mycarousel').jcarousel({visible : 1, scroll : 1, 
    
        itemLoadCallback: {
          onBeforeAnimation: carouselFadeOut,
          onAfterAnimation: carouselFadeIn
        }
      });
    });
    

    Hope it helps, Fabrizio

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am having issues with my jQuery animation using elastislide as you can see
I'm using JQuery and jcarousel, using external navigation controls: http://sorgalla.com/projects/jcarousel/examples/static_controls.html The problem here is
I am using this the jCarousel jQuery plugin. How to change the click mode
I'm using the jquery carousel and I have the image auto rotating here (
What I'm looking for is a jQuery image slider that shows one image at
How Can I Write Jquery.No Conflict With The Following Jquery Script. I am Using
I am using the jCarousel plugin from http://sorgalla.com/jcarousel/ I have the carousel automatically scrolling
I am using jquery tabs to load content from a remote file. I have
Cheers, I have a strange side effect from a jQuery carousel I am using
I am using JCarousel to display pictures from the DB into JCarousel. I am

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.