You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm gonna give it a shot, but one thing that really bugs me is that Core Animation in AppKit isn't as fully featured as UIKit. Is there any drop in replacement for
UIView.animate(duration:,delay.....{
// Add final states here in the closure
})
?
Meanwhile, any good resources on Core Animation in OSX?
I don't think that would be right approach anyway. PlotView has it's own drawing code and it's own way of specifying plots. I think it would have to be something like
plotView.animate(fromPointSet: a, toPointSet: b)
and then have something that interpolates between points in a and points in b 60 times a second.
Like change data points and stuff?
The text was updated successfully, but these errors were encountered: