├── assets └── basic-example.png ├── package.json └── README.md /assets/basic-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdbootstrap/bootstrap-fade-animation/main/assets/basic-example.png -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "bootstrap-fade-animation", 3 | "version": "1.0.0", 4 | "description": "Responsive Fade animation built with Bootstrap 5. Subtle and smooth MDB fade animations provide the user with a unique experience when interacting with UI.", 5 | 6 | "scripts": { 7 | "test": "echo \"Error: no test specified\" && exit 1" 8 | }, 9 | "repository": { 10 | "type": "git", 11 | "url": "git+https://github.com/mdbootstrap/bootstrap-fade-animation.git" 12 | }, 13 | "keywords": [ 14 | "bootstrap", 15 | "bootstrap5", 16 | "bootstrap-theme", 17 | "bootstrap-template", 18 | "bootstrap-fade-animation", 19 | "responsive", 20 | "responsive-design" 21 | ], 22 | "author": "", 23 | "license": "ISC", 24 | "bugs": { 25 | "url": "https://github.com/mdbootstrap/bootstrap-fade-animation/issues" 26 | }, 27 | "homepage": "https://mdbootstrap.com/docs/standard/extended/fade-animation/" 28 | } 29 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | Responsive Fade animation built with Bootstrap 5. Subtle and smooth MDB fade animations provide the user with a unique experience when interacting with UI. 3 | 4 | Check out [Bootstrap Fade animation Documentation](https://mdbootstrap.com/docs/standard/extended/fade-animation/) for detailed instructions & even more examples. 5 | 6 | ## Basic Example 7 | 8 | [Bootstrap Fade animation: 9 | ](https://mdbootstrap.com/docs/standard/extended/fade-animation/#section-basic-example) 10 | 11 | 12 | ## How to use? 13 | 14 | 1. Download MDB 5 - free UI KIT 15 | 16 | 2. Choose your favourite customized component and click on the image 17 | 18 | 3. Copy & paste the code into your MDB project 19 | 20 | [▶️ Subscribe to YouTube channel for web development tutorials & resources](https://www.youtube.com/MDBootstrap?sub_confirmation=1) 21 | 22 | ___ 23 | 24 | ## More extended Bootstrap documentation 25 | 26 |