50 most useful jQuery plug-ins for Web development-image effects

Source: Internet
Author: User
Tags html code example image filter sample html code jquery accordion

50 most useful for Web DevelopmentJQueryPlug-in highlights series of articles to share with you the 50 most innovativeJQueryThese plug-ins are divided into the following categories: webpage layout plug-ins, navigation plug-ins, table plug-ins, slide and turntable plug-ins, chart plug-ins, image effects plug-ins, video plug-ins, etc, remember to follow and add to favorites.

Articles you may be interested in
  • A collection of 50 most useful jQuery plug-ins: Form
  • 50 most useful jQuery plug-ins featured webpage Layout
  • 50 most useful jQuery plug-ins featured content slide
  • 50 most useful jQuery plug-ins featured website navigation
  • Collection of 50 most useful jQuery plug-ins-Icon Layout

 

TiltShift. js

TiltShift. js is a great jQuery plug-in that uses the CSS3 image filter to achieve the effect of a shift-axis lens.

It is very easy to use. You can use the data attribute to configure parameters. The following is an HTML example:

 
  • -Position(0-100), which defines the focus position.
  • -Blur(0 -?), Blur the radius. Set to 1 or 2.
  • -Focus(0-100), the size of the focus area.
  • -Falloff(0-100), the area size between the full focus and the full blur.
  • -Direction("X", "y", or 0-360), direction.

JavaScript call example:

$(function() {     $('.tiltshift').tiltShift();});

Demo of plug-in download Effect

 

JQuery Picture

JQuery Picture is a plug-in used to add responsive images to a webpage. Different images are displayed under different device sizes.

HTML code example:

<figure class="responsive" data-media="assets/images/small.png" data-media440="assets/images/medium.png" data-media600="assets/images/large.png" title="A Half Brained Idea">    <noscript>            </noscript></figure>

JavaScript example:

$(function(){    $('figure.responsive').picture();});

Demo of plug-in download Effect

 

3D Image Slider

This is a very cool 3D image slide effect. There are five brilliant demos. Example:

HTML code:

<ul id="sb-slider" class="sb-slider">    <li>        <a href="#" target="_blank">                    </a>        <div class="sb-description">            

A large number of configuration options are provided and can be adjusted as needed. The following are the default options:

$.Slicebox.defaults = {    orientation : 'v',    perspective : 1200,    cuboidsCount : 5,    cuboidsRandom : false,    maxCuboidsCount : 5,    disperseFactor : 0,    colorHiddenSides : '#222',    sequentialFactor : 150,    speed : 600,    easing : 'ease',    autoplay : false,    interval: 3000,    fallbackFadeSpeed : 300,    onBeforeChange : function( position ) { return false; },    onAfterChange : function( position ) { return false; }};

Demo of plug-in download Effect

 

Image Transitions

Stunning image switching effects, including Flip, Multi-flip, Rotation, Cube, and Unfold.

Demo of plug-in download Effect

 

Responsive Img

The Responsive Img jQuery plug-in can automatically change the image src attribute based on the container size to achieve Responsive image display.

Sample HTML code:

Demo of plug-in download Effect

 

Portfolio Image Navigator

The exquisite image navigation effect is controlled by arrows in four directions. It is suitable for use cases where works are displayed.

The sample code for default parameter configuration is as follows:

$('#portfolio').portfolio({    image: {        width: 600,        height: 400,        margin: 20    },    path: {        width: 10,        height: 10,        marginTop: 5,        marginLeft: 5    },    animationSpeed: 400});

Demo of plug-in download Effect

 

Articles you may be interested in
  • 12 classic jQuery image carousel plug-ins
  • Excellent jQuery Ajax paging plug-ins and tutorials carefully selected
  • Excellent jQuery text special effect plug-ins and tutorials carefully selected
  • A well-selected jQuery image effect plug-in
  • Carefully selected 12 excellent jQuery accordion plug-ins and tutorials

 

Link to this article: 50 most useful jQuery plug-ins for website development-image effects

Source: Dream sky ◆ focus on front-end development technology ◆ share web design resources

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.