-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interpolating between strings of differing arity #639
Comments
Currently, each animation starts from the current value of its In your code, the |
I tried implementing this function, but I realized shortly after that CSS transforms can have multiple occurrences of the same key (eg: |
When I get the time (or have the need), I'm gonna wrap rematrix with a little script that injects itself into |
#782 (available in |
🐛 Bug Report
Swapping transition configurations causes an error when the amount of transform values changes between configuration.
Uncaught TypeError: Cannot read property 'push' of undefined
So in the case of my demo I would need to add
rotate
in both configurations in order to avoid an error.Link to repro
https://codesandbox.io/s/jjl90qmm7y?fontsize=14
The text was updated successfully, but these errors were encountered: