-
## Checklist
- [x] I have searched for existing issues for issues like this one. The issue has not been posted. (Duplicate reports slow down development.)
- [x] I have provided reproducible steps. (…
-
For e.g. `ease-in-out`
Example with JSS:
```
import {easeInOut} from 'css-functions'
const styles = {
container: {
transition: {
duration: 0.5,
timingFunction: easeInOU…
-
See https://groups.google.com/d/msg/sympy/W4LbzPiehXU/H5qgB_RI_OwJ . Quote:
" It would be nice to have a function, call it timings_graph() or something, that acts similar to the timed() function. …
-
```
Under normal circumstances, the program should be offsetting the timing of the
probe tone depending on the values in the parameter "offsetDegrees=". Instead
it is not doing this at all, despite …
-
This is a benchmark of a simple function (clip) written in 4 ways:
1. numpy / c++ (my limit function is written in c++)
2. pythran without vector
3. pythran with vector (but using slicing)
4. c++
1.
…
-
-
The current code has the following issues:
1. Prop drilling
2. Template select options are hard coded
3. Some components accept CSS as props instead of className
4. Timing logic is hard coded
My sugg…
-
https://github.com/pakastin/animationframes/blob/master/src/ease.js contains some really nice easing functions that can be used within the API, however, right now it seems there is no way to make use …
-
Hello and thanks for this great little plugin!
Is there no way do declare a `Vivus.EASE_IN_OUT` to use the native `ease-in-out` timing-function?
If I enter it, it falls back to linear (as Vivus ca…
-
**Issue by [redmunds](https://github.com/redmunds)**
_Thursday Oct 31, 2013 at 23:37 GMT_
_Originally opened as https://github.com/adobe/brackets/pull/5799_
----
1. I added support for steps() timi…