G
G
gatutibaj2015-03-09 17:31:54
Radio communication
gatutibaj, 2015-03-09 17:31:54

With what plugins can I make a voice like on the radio?

Hello. Suddenly, one of the sounders is sitting on the Toaster, please tell me, with the help of which plug-ins, you can make a voice like on the radio?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ilya Korablev, 2015-03-09
@swipeshot

What is the voice on the radio?

L
Lumore, 2017-12-23
@AleksandrB

The slick plugin has "afterChange" and "beforeChange" events, starting from them, you can do something like this:

$("#slider").on('beforeChange', function(event, slick, currentSlide){
   $(slick.$slides[currentSlide]).children('.text').fadeOut();
}
$("#slider").on('afterChange', function(event, slick, currentSlide){
   $(slick.$slides[currentSlide]).children('.text').fadeIn();
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question