
Security News
Vite+ Joins the Push to Consolidate JavaScript Tooling
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
@sb1/ffe-decorators-react
Advanced tools
npm install --save @sb1/ffe-decorators-react
import decorator from '@sb1/ffe-decorators-react/lib/decorator';
decorator(config)(MyComponent);
En dekoratør-klasse som kan brukes i forbindelse med animering med Javascript. Denne sørger for at en endring i en gitt property skjer gradivis over et gitt tidsinterval i stedet for at den endres med en gang.
Opprett komponenten med
easeProperties({
foobar: {
initialValue: 1,
duration: 0.5,
},
})(MyComponent);
Der foobar
er propertyen man er interessert i, initialValue
er start-verdien og duration
er hvor lang tid det skal ta før en property-endringen er fullført.
Det er frivillig å oppgi en initialValue
.
Dersom det ikke angis en duration
blir 1s brukt som default.
FAQs
## Install
The npm package @sb1/ffe-decorators-react receives a total of 2 weekly downloads. As such, @sb1/ffe-decorators-react popularity was classified as not popular.
We found that @sb1/ffe-decorators-react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
Security News
Ruby Central’s incident report on the RubyGems.org access dispute sparks backlash from former maintainers and renewed debate over project governance.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.