Gliding Transitions

Smoothly change the value of a property for a visually pleasing effect.
944 Downloads
Updated 1 Sep 2016

View License

smoothSet Change property values smoothly.
smoothSet(object, transitionTime, propertyName, propertyValue) sets the value of the specified property in increments so that over the transitionTime it changes from its initial value to the specified value. The transition is smoothed by using the minimum, constant acceleration required to achieve the desired change in the desired time.

smoothSet(object, t, pName1, pValue1, pName2, pValue2, ...) changes all of the properties specified.

Cite As

Joe Hicklin (2024). Gliding Transitions (https://www.mathworks.com/matlabcentral/fileexchange/22202-gliding-transitions), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Rational Fitting and Time Domain Analysis in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.1

Updated license

1.0.0.0