Closed BorisKourt closed 9 years ago
Just went back and did a test with 0.1.0 again and it isn't animating ether. Looks like I changed something here that broke it. Closing as its likely on my end.
So the transition names are changed in 0.2.0-SNAPSHOT
. You can see what it is currently here: https://github.com/aaronc/freactive/blob/master/test/freactive/dom_perf.cljs
I should caution you that this is the part of the API that is likely to change the most in the next release - I'm not exactly sure what it will look like yet, but it is something I'm giving serious consideration to and want to do as correctly as possible in the 0.2.0 release.
If you have any ideas, here's a space for discussions: https://github.com/aaronc/freactive/issues/8
Hello, I have been doing some tests between the stable and snapshot versions and haven't been able to figure out what changed in the snapshot to break the following animation:
In version 1.0.0 this animated the opacity in and printed out a "complete" at the end. In the latest snapshot it doesn't appear to trigger any animation or call the final callback. Everything else works the same, just wondering about this.