方格动画 (默认) | Cubism | Rain* | Blinds | Blinds2 | Transport | Transport2 | Custom
<script src="jquery.min.js" type="text/javascript"></script>
<script src="jquery.cj-flashy-slideshow.js" type="text/javascript"></script>
$('#sample1').cjFlashySlideShow();
});
...or...
$('#sample1').cjFlashySlideShow({
preset: "bricks"
});
.cjFancyTransition {
position: relative;
display: block;
width: 250px;
height: 150px;
overflow: hidden;
}
.cjFancyTransition br {
display: none;
}
<div id="sample1" class="cjFancyTransition">
<img src="image_a.jpg" width="250" height="150"><br />
<img src="image_b.jpg" width="250" height="150"><br />
<img src="image_c.jpg" width="250" height="150">
</div>
Bricks (Default) | Cubism | Rain* | Blinds | Blinds2 | Transport | Transport2 | Custom
<script src="jquery.min.js" type="text/javascript"></script>
<script src="jquery.cj-flashy-slideshow.js" type="text/javascript"></script>
$('#sample2').cjFlashySlideShow({
preset: "cubism"
});
.cjFancyTransition {
position: relative;
display: block;
width: 250px;
height: 150px;
overflow: hidden;
}
.cjFancyTransition br {
display: none;
}
<div id="sample2" class="cjFancyTransition">
<img src="image_a.jpg" width="250" height="150"><br />
<img src="image_b.jpg" width="250" height="150"><br />
<img src="image_c.jpg" width="250" height="150">
</div>
Bricks (Default) | Cubism | Rain* | Blinds | Blinds2 | Transport | Transport2 | Custom
* This effect only works on browsers that support CSS3 rounded corner rules.
<script src="jquery.min.js" type="text/javascript"></script>
<script src="jquery.cj-flashy-slideshow.js" type="text/javascript"></script>
$('#sample3').cjFlashySlideShow({
preset: "rain"
});
.cjFancyTransition {
position: relative;
display: block;
width: 250px;
height: 150px;
overflow: hidden;
}
.cjFancyTransition br {
display: none;
}
<div id="sample3" class="cjFancyTransition">
<img src="image_a.jpg" width="250" height="150"><br />
<img src="image_b.jpg" width="250" height="150"><br />
<img src="image_c.jpg" width="250" height="150">
</div>
Bricks (Default) | Cubism | Rain* | Blinds | Blinds2 | Transport | Transport2 | Custom
<script src="jquery.min.js" type="text/javascript"></script>
<script src="jquery.cj-flashy-slideshow.js" type="text/javascript"></script>
$('#sample4').cjFlashySlideShow({
preset: "blinds"
});
.cjFancyTransition {
position: relative;
display: block;
width: 250px;
height: 150px;
overflow: hidden;
}
.cjFancyTransition br {
display: none;
}
<div id="sample4" class="cjFancyTransition">
<img src="image_a.jpg" width="250" height="150"><br />
<img src="image_b.jpg" width="250" height="150"><br />
<img src="image_c.jpg" width="250" height="150">
</div>
Bricks (Default) | Cubism | Rain* | Blinds | Blinds2 | Transport | Transport2 | Custom
<script src="jquery.min.js" type="text/javascript"></script>
<script src="jquery.cj-flashy-slideshow.js" type="text/javascript"></script>
$('#sample5').cjFlashySlideShow({
preset: "blinds2"
});
.cjFancyTransition {
position: relative;
display: block;
width: 250px;
height: 150px;
overflow: hidden;
}
.cjFancyTransition br {
display: none;
}
<div id="sample5" class="cjFancyTransition">
<img src="image_a.jpg" width="250" height="150"><br />
<img src="image_b.jpg" width="250" height="150"><br />
<img src="image_c.jpg" width="250" height="150">
</div>
Bricks (Default) | Cubism | Rain* | Blinds | Blinds2 | Transport | Transport2 | Custom
<script src="jquery.min.js" type="text/javascript"></script>
<script src="jquery.cj-flashy-slideshow.js" type="text/javascript"></script>
$('#sample6').cjFlashySlideShow({
preset: "transport"
});
.cjFancyTransition {
position: relative;
display: block;
width: 250px;
height: 150px;
overflow: hidden;
}
.cjFancyTransition br {
display: none;
}
<div id="sample6" class="cjFancyTransition">
<img src="image_a.jpg" width="250" height="150"><br />
<img src="image_b.jpg" width="250" height="150"><br />
<img src="image_c.jpg" width="250" height="150">
</div>
Bricks (Default) | Cubism | Rain* | Blinds | Blinds2 | Transport | Transport2 | Custom
<script src="jquery.min.js" type="text/javascript"></script>
<script src="jquery.cj-flashy-slideshow.js" type="text/javascript"></script>
$('#sample7').cjFlashySlideShow({
preset: "transport2"
});
.cjFancyTransition {
position: relative;
display: block;
width: 250px;
height: 150px;
overflow: hidden;
}
.cjFancyTransition br {
display: none;
}
<div id="sample7" class="cjFancyTransition">
<img src="image_a.jpg" width="250" height="150"><br />
<img src="image_b.jpg" width="250" height="150"><br />
<img src="image_c.jpg" width="250" height="150">
</div>
Bricks (Default) | Cubism | Rain* | Blinds | Blinds2 | Transport | Transport2 | Custom
<script src="jquery.min.js" type="text/javascript"></script>
<script src="jquery.cj-flashy-slideshow.js" type="text/javascript"></script>
$('#sample8').cjFlashySlideShow({
xBlocks: 1,
yBlocks: 1,
minBlockSize: 100,
style: 'normal',
delay: 900,
direction: 'left',
translucent: false,
sloppy: false
});
.cjFancyTransition {
position: relative;
display: block;
width: 250px;
height: 150px;
overflow: hidden;
}
.cjFancyTransition br {
display: none;
}
<div id="sample8" class="cjFancyTransition">
<img src="image_a.jpg" width="250" height="150"><br />
<img src="image_b.jpg" width="250" height="150"><br />
<img src="image_c.jpg" width="250" height="150">
</div>