
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
fancy-loading-animation
Advanced tools
The package contains some fancy looking loading animation components to use in react project. There are many usefull props to easily customize the component to meet any need.
The package contains some fancy looking loading animation components to use in react project. There are many usefull props to easily customize the component to meet any need.
Install my component with npm
npm i fancy-loading-animation

Import my component and use where you want to show the loading animation.
import React from 'react'
import FancyLoadingAnimation from 'fancy-loading-animation'
import 'fancy-loading-animation/dist/index.css'
const App = () => {
return (
<FancyLoadingAnimation
loadingAnimationVarient='bee'
loadingAnimationDelay={0.3}
loadingCharacterDirection='right'
loadingTextStyle={{ color: 'orange' }}
/>
)
}
export default App
| Props | Type | Description | Default |
|---|---|---|---|
loadingAnimationVarient | string | It will choose the varient of the loading animation among [bug, bee, blue-bat, ghost, green-monster, hairy-monster, paper-bird, puppy and robot-ball] | bug |
loadingCharacterDirection | string | It will choose the direction of the loading animation among [left and right] | left |
loadingAnimationDelay | number | It will slow/fast the loading animation among | 1 |
loadingSize | number | It will increase/decrease the whole animation size | 1 |
loadingSize | number | It will increase/decrease the whole animation size | 1 |
loadingContainerVisibility | boolean | Control the visibility of the container of the animation | true |
loadingContainerWidth | number | Control the width of the background container of the animation | 280 |
loadingContainerHeight | number | Control the height of the background container of the animation | 280 |
loadingContainerBorder | string | Modify the border of the background container of the animation [css property of border] | 1px solid rgb(0, 0, 0, 0.3) |
loadingContainerColor | color | Modify the color of the background container of the animation [css property of background-color] | #d8d8d8 |
loadingContainerShadow | string | Modify the shadow property of the background container of the animation [css property of box-shadow] | inset 15px 15px 10px #999 |
loadingText | string | Sets the loading text | Loading |
loadingDotShow | boolean | Select whether to show dots after loading text | true |
| Props | Type | Description | Default |
|---|---|---|---|
loadingContainerStyle | CSS style Object | Value pass through this props will set the style property of the container of the loading animation | {} |
loadingAnimationStyle | CSS style Object | Value pass through this props will set the style property of the loading animation character | {} |
loadingTextStyle | CSS style Object | Value pass through this props will set the style property of the loading text | {} |
For support, please mail me at omorfarukrakib@gmail.com.
FAQs
The package contains some fancy looking loading animation components to use in react project. There are many usefull props to easily customize the component to meet any need.
The npm package fancy-loading-animation receives a total of 1 weekly downloads. As such, fancy-loading-animation popularity was classified as not popular.
We found that fancy-loading-animation demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.