current location:Home > Téléchargementdeseffetsspéciauxjsdedéfilementdecyclemulti-images search
Found a total of 21321 related content
-
- jQuery responsive image grid images-grid
- jQuery image grid plug-in imagesgrid.js small image click to enlarge image carousel
- 2019-09-16 96 861
-
- css3 full screen large image small image switching focus image advertising code
- This code is implemented by relying on js files, and the large pictures and small pictures are separated, so that users can save a lot of time and traffic when opening the web page. The implementation method of this code is also very simple. You can directly copy the files under index.html and images to the location you need to run, and then save them. The large and small pictures under images can be changed according to your needs, or you can Add links to larger images.
- 2017-08-16 267 1422
-
- 5 CSS3 icon mouseover effects
- 5 CSS3 icon mouseover effects, hover the mouse over the image to view the effect. Compatible with major browsers. Instructions: 1. Head area reference file lrtk.css 2. Add <!-- code start --><!-- code end -->area code to the file 3. Copy the pictures in the images folder to the corresponding path
- 2017-03-11 174 2069
-
- jQuery small2big image zoom plug-in
- jQuery small2big image scaling plug-in, compatible with mainstream browsers, recommended download on PHP Chinese website! Instructions: 1. The head area references files css and js libraries 2. Add html code to the file. One li corresponds to one picture. The pictures in the images folder are named 1.jpg, 2.jpg, ... <ul class="s2b_col" id="s2b_col">
- 2017-03-11 147 2025
-
- 8 jQuery image mouseover effects
- 8 jQuery image mouseover effects, supporting multiple hover effects (mask, image flyout, etc.), compatible with mainstream browsers. Instructions: 1. Head area reference files jquery.min.js, lrtk.css, mosaic.css 2. Add <!-- code start --><!-- code end -->area code to the file 3. Copy the pictures in the images folder to the corresponding path
- 2017-03-11 186 1606
-
- jQuery responsive image grid images-grid plugin
- jQuery responsive image grid images-grid plugin
- 2019-09-25 230 213953
-
- Skiyo backend management work platform
- Skiyo background management work platform, frame structure (Frame), dark blue style, with login page and background operation page, including PSD files, those who know how to design can do it themselves. The background template contains files: html, css, js, images (PNG, GIF, PSD)
- 2017-08-07 336 3435233
-
- dedecms style green CMS background template
- dedecms style green CMS background template, classic dedecms style structure, frame structure (Frame), including the background homepage and content list page. Friends who like dedecms background operations should download it quickly. . The background template contains files html, css, js, images
- 2017-08-07 214 3434725
-
- Enterprise email processing system template
- Enterprise email processing system template, dark blue style, including login page, the top menu has been implemented, the entire backend looks quite dynamic, but the left menu still needs to find a script to improve. The background template contains files: html, css, js, images
- 2017-08-07 260 3434616
-
- Light blue CMS system background management template
- The light blue CMS system background management template has a login page and background operation page. All HTML files are completed using the Frameset page. It is suitable for various website development background management or CMS system background. This template contains files: html, css, images (PNG, GIF, JPG)
- 2017-08-07 235 3435140
-
- WeChat Mini Program Accounting Book Development Practical Courseware
- WeChat Mini Program Accounting Book Development Practical Courseware
- 2023-09-21 17 1341
-
- ThinkPHP configuration development and CMS backend practical courseware
- ThinkPHP configuration development and CMS backend practical courseware
- 2023-08-15 32 1562
-
- Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
- Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
- 2023-06-26 34 1692
-
- PHP programming (summary of basic knowledge points) courseware
- PHP programming (summary of basic knowledge points) courseware
- 2023-06-26 9 1769
-
- Front-end development (basics + practical project collection) courseware
- Front-end development (basics + practical project collection) courseware
- 2023-06-26 8 1518
-
- Cute summer elements vector material (EPS PNG)
- This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
- 2024-05-09 184 2738
-
- Four red 2023 graduation badges vector material (AI EPS PNG)
- This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
- 2024-02-29 185 2347
-
- Singing bird and cart filled with flowers design spring banner vector material (AI EPS)
- This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
- 2024-02-29 161 2246
-
- Golden graduation cap vector material (EPS PNG)
- This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
- 2024-02-27 172 2288
-
- Black and white style mountain icon vector material (EPS PNG)
- This is a black and white style mountain icon vector material, available in EPS and PNG formats, including JPG preview.
- 2024-02-27 187 2199
-
- Android development tutorials and notes pdf version
- Android file access and database programming knowledge. File operations mainly include reading files, writing files, reading static files, etc. It also introduces creating, adding file content and saving, opening files and displaying the content; database programming mainly introduces the SQLite database. The use includes knowledge of creating, deleting, opening databases, non-query SQL operation instructions, query SQL instructions-cursors, etc.
- 2024-02-29 64 3118
-
- Unity3d game development camera switching Chinese WORD version
- This document mainly talks about camera switching in unity3d game development; I hope it will be helpful to everyone; interested friends can come and take a look.
- 2024-02-29 51 2542
-
- Android Chinese API collection chm version
- Android Chinese Translation Group - A collection of Android Chinese APIs. API documentation (Reference) is the basis of Android development. In the past three years (2007-2010), the official Chinese version of the API has not yet been released. The Android Chinese Translation Group has gathered a group of people to engage in Android development. People, forum moderators, college students, graduate students, etc. use their spare time to translate Android APIs. The number of people has grown from 1 to 80, and the number of published translations has ranged from 1 to 50.
- 2024-02-29 79 1973
-
- Lucene learning and summary Chinese WORD version
- This document mainly talks about the learning and summary of Lucene; Lucene is an efficient, Java-based full-text search library. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-29 74 3234
-
- Maven series
- Some companies do not provide external networks for programmers, so maven cannot be used to access remote warehouse addresses, so it is necessary to find a machine in the LAN that has external network permissions; build a nexus private server, and then programmers connect to this private server In this case, you can access the maven remote warehouse through this computer with a nexus private server. Interested friends can come and take a look
- 2024-02-29 79 2082
-
- Fat-Free Framework
- Fat-Free Framework, or F3, is a straightforward PHP framework. Its codebase is only 65 KB, and the framework is modular, allowing you to only use the necessary code.
- 2024-10-17 4 947
-
- PHPixie
- PHPixie is easy to learn and does not rely on automagic. You will always be in charge of what's happening.
- 2024-10-17 0 872
-
- Slim
- Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
- 2024-10-17 1 730
-
- FuelPHP
- The Fuel PHP Framework is a fast, simple and flexible PHP 5.4 framework, born from the best ideas of other frameworks, with a fresh start!
- 2024-10-17 0 744
-
- Yii
- Yii is a fast, secure, and efficient PHP framework.Flexible yet pragmatic.Works right out of the box.Has reasonable defaults.
- 2024-10-17 0 763
-
- A collection of 50 excellent classic PHP algorithms
- Classic PHP algorithm, learn excellent ideas and expand your thinking
- 2020-03-26 2325 25201
-
- PHPExcel-1.8 class library (worth collecting!)
- PHPExcel PHP class library for operating Office Excel documents
- 2018-09-26 11516 92093
-
- PHP library for dependency injection containers
- PHP library for dependency injection containers
- 2018-01-26 575 25589
-
- Small PHP library for optimizing images
- Small PHP library for optimizing images
- 2018-01-26 749 19265
-
- PHP library to extract GIF animation frame information
- PHP library to extract GIF animation frame information
- 2018-01-26 372 11288