react-native-fluid icon indicating copy to clipboard operation
react-native-fluid copied to clipboard

Declarative animations for React Native and React Native Web.

Results 38 react-native-fluid issues
Sort by recently updated
recently updated
newest added

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

Bumps [tree-kill](https://github.com/pkrumins/node-tree-kill) from 1.2.1 to 1.2.2. Commits cb47838 1.2.2 deee138 fix: handle sanitising better, add tests ff73dbf fix: sanitise pid parameter (#31) 3b5b8fe update Changelog See full diff in compare...

dependencies

This seems like a really great idea. Is it still being worked on? Do you see it being a full-fledged project?

``` WhenState( isMovingState, { styleKey: "transform.rotate", outputRange: ["0deg", "-8deg", "0deg", "8deg", "0deg"] }, { loop: Infinity } ), ``` That config will loop forever even when isMovingState transitions to false....

This will do nothing when the state activates: ``` WhenState(inactiveState, {opacity: 0}) ``` whereas this will animate ``` WhenState(inactiveState, {opacity: 0.01}) ``` I'm guessing there's an `if(value)` somewhere where there...

``` const [activeState, setActiveState] = useFluidState(false) const whenFac: WhenFactoryFunction = ({ screenSize, metrics, state, stateValue }) => { console.log("State value? ", stateValue) return { interpolation: [ { styleKey: "transform.translateY", inputRange:...

What's the best way to do a "triggered" animation with react-native fluid? By that I mean an animation that starts from the same static state each time it is triggered....

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

Playing with fluid-transitions and for some reason, those border-radius styles haven't being animated. You can reproduce it with that example: https://github.com/terrysahaidak/fluid-playground/blob/master/examples/Accordion/List.tsx#L64

bug

An error message about not being able to import normalize-css-color.js.

bug
Web