
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
xes-animate
Advanced tools
import AnimateClass from 'xes-animate'
new AnimateClass(container,{//需要动画的元素 必填
time:0.5, //动画时间 默认0.6 可不配置
type:'fadeOut', //动画名字 默认zoomIn 可不配置
delay:0, //延时 默认 0 可不配置
onComplete:()=>{
//动画执行后回调 如非必须 可不配置
}
});
bounceInDown 从上往下 弹跳
bounceOutDown 出场效果 弹跳
bounceIn 从小变大 弹跳
bounceInUp 从下往上 弹跳
bounceInLeft 从右往左 弹跳
zoomIn 从小变大
zoomInAn 从小变大 弹跳
fadeIn 透明度从0-1
fadeOut 透明度从1-0
leftAndRight 左右弹动
upAndDown 上下弹动
redFlicker 闪烁效果
bomb Q弹
FAQs
`import AnimateClass from './animate'`
The npm package xes-animate receives a total of 6 weekly downloads. As such, xes-animate popularity was classified as not popular.
We found that xes-animate demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.