steven Posted April 18, 2007 Share Posted April 18, 2007 I've got an expression that returns a normalized value from 1-0, and now I want to change the linear results to something with easin/out, like a hermite function. Before I try this in CHOPS (and I'm sure many would say, "Use CHOPs"), I want to try something that takes start, end, and current values as arguments. I can't seem to get the ease functions to work. Quote Link to comment Share on other sites More sharing options...
GallenWolf Posted April 18, 2007 Share Posted April 18, 2007 Hi Steven, Perhaps you could use the "smooth" expression? See the null1's spare channels to see if that's what you are looking for. Regards, Alvin usingSmoothExpression.hip Quote Link to comment Share on other sites More sharing options...
rdg Posted April 18, 2007 Share Posted April 18, 2007 and I'm sure many would say, "Use CHOPs") http://www.gizma.com/easing/ here you'll find lots of different easing equotations. t = current time b = start value c = end value d = duration But I think the visual feedback of chops is worth any hassle .... Georg Quote Link to comment Share on other sites More sharing options...
steven Posted April 18, 2007 Author Share Posted April 18, 2007 Done and done. Thanks, Alvin. Just got buyoff with the smooth expression. Worked like a charm. Georg, that link to the easing functions is now in my top 5 bookmarks. And, with the recent buyoff, I'm looking at CHOPs to get the "scalable, extensible" solution. Quote Link to comment Share on other sites More sharing options...
edward Posted April 19, 2007 Share Posted April 19, 2007 I want to try something that takes start, end, and current values as arguments. I can't seem to get the ease functions to work. FYI, the ease functions are like cubic(), linear(), etc. They use time as the current value and the start/end values from the keyframes adjoining the channel segment. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.