html 人物介绍 轮播,jQuery卡通人物介绍卡牌轮播切换代码

特效描述:jQuery 卡通人物介绍 卡牌轮播切换。jQuery卡通人物介绍卡牌轮播切换代码

代码结构

1. 引入CSS

2. 引入JS

3. HTML代码

barbarian

Level 4
The Barbarian

The Barbarian is a kilt-clad Scottish warrior with an angry, battle-ready expression, hungry for destruction. He has Killer yellow horseshoe mustache.

archer

Level 5
The Archer

The Archer is a female warrior with sharp eyes. She wears a short, light green dress, a hooded cape, a leather belt and an attached small pouch.

giant

Level 5
The Giant

Slow, steady and powerful, Giants are massive warriors that soak up huge amounts of damage. Show them a turret or cannon and you'll see their fury unleashed!

goblin

Level 5
The Goblin

These pesky little creatures only have eyes for one thing: LOOT! They are faster than a Spring Trap, and their hunger for resources is limitless.

wizard

Level 6
The Wizard

The Wizard is a terrifying presence on the battlefield. Pair him up with some of his fellows and cast concentrated blasts of destruction on anything, land or sky!

(function() {

var slideContainer = $('.slide-container');

slideContainer.slick();

$('.clash-card__image img').hide();

$('.slick-active').find('.clash-card img').fadeIn(200);

// On before slide change

slideContainer.on('beforeChange', function(event, slick, currentSlide, nextSlide) {

$('.slick-active').find('.clash-card img').fadeOut(1000);

});

// On after slide change

slideContainer.on('afterChange', function(event, slick, currentSlide) {

$('.slick-active').find('.clash-card img').fadeIn(200);

});

})();

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值