cssinjs / cssinjs/css-functions
Add standard timing functions
- Lingua principale
- JavaScript
- Stelle
- 73
- Fork
- 3
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
For e.g. `ease-in-out`
Example with JSS:
```
import {easeInOut} from 'css-functions'
const styles = {
container: {
transition: {
duration: 0.5,
timingFunction: easeInOUt,
}
}
}
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
No files or tests are named. Start by inspecting the repository's existing exported CSS functions and determine which standard timing functions are already represented; the work is done when the requested timing functions, including ease-in-out, are exposed consistently and the example can import and use them.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- javascript
- Ambito
- frontend
- Tipo di issue
- Funzionalità
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Da chiarire
- Idoneità per principianti
- 35/100