framer-material-kit
framer-material-kit copied to clipboard
Animate constraints not working?
I'm a little confused how the animate constraints function works. In the doc it says to use "m.layout.animate()", but in the example below it, it uses "m.animateLayout..." I tried both and neither seems to be working for me. Am I using it wrong? http://screencast.com/t/KwhwbCqvXbl
Taken from https://github.com/k-vyn/framer-ios-kit 😉
Layout functions have been changed from ios.layout() to ios.layout.set() and ios.animateLayout() to ios.layout.animate().
readme should be adjusted though