Anesu Fitz Muzenda

Results 12 issues of Anesu Fitz Muzenda

Dynamic updates of Tween `from` prop not applied on internal `gsap`. https://github.com/bitworking/react-gsap/blob/2ad4170441adeaf7d65dafcf6f837f8be9042dd8/packages/react-gsap/src/Tween.tsx#L113-L115 https://github.com/bitworking/react-gsap/blob/2ad4170441adeaf7d65dafcf6f837f8be9042dd8/packages/react-gsap/src/Tween.tsx#L130-L161

enhancement

I'd like to be able to use interpolated values for morphing and line drawing svg's ``` var path = anime.path("M1,0 L2,2 L0,2 Z"); path('x').seek(0.5) . //Returns interpolated value at 50%...

A common pattern in React is to have global state management. Even with debouncing, frequent updates on any moderately large global state is expensive. Would it be possible to add...

I have some elemens in a `Scene`, and I would like to have the animations applied only when `Scene` is playing. The scenario is the elements can be moved around...

Hey there, get an error when trying to use `Scene.transition` documented here https://daybrush.com/scenejs/features.html#transition. ``` scenejs__WEBPACK_IMPORTED_MODULE_15__.default.transition is not a function ``` Using npm package version `1.1.7`, same issue with `1.1.4`. It...

I'm trying to get a basic bounds setup to work with Angular v7.1.0 but cant seem to keep the draggable within bounds. ``` Frame ```

Whats the License on this repository? I noticed the UI repo is BSD and there isn't one here.

question

How can I disable the Glitch effect on user input via a checkbox? Changing the `active` prop does not work even with a very minimal setup. Is there something I'm...

effect:glitch

I'm trying to disable the Glitch effect via a UI input but this seems to take no effect. Here's a repro of the issue. https://codesandbox.io/s/tender-star-lw07h

I've set up a simple express app with stormpath. I am able to get the `/register` route and am able to create account however I cannot get either the `/login`...