Page MenuHome

Elastic easing not like icon indicates (inverse bounce)
Closed, ArchivedPublic

Description

System Information
Windows 7, 64bit

Blender Version
Broken: 2.70.5 (198f5e5)

Short description of error
Robert Penner elastic easing should give an F-Curve that looks like the easing icon, but it results in an extreme 10-ish transition without elastic effect.

Exact steps for others to reproduce the error
Based on a (as simple as possible) attached .blend file with minimum amount of steps

Sample .blend:

Event Timeline

codemanx created this task.May 3 2014, 4:22 AM
codemanx raised the priority of this task from to 90.
codemanx updated the task description. (Show Details)
codemanx edited a custom field.
codemanx added a subscriber: codemanx.
Campbell Barton (campbellbarton) changed the task status from Unknown Status to Archived.May 6 2014, 10:24 AM

Elastic, With ease-in, looks like the icon.

closing.

codemanx added a comment.EditedMay 6 2014, 3:16 PM

The solution is to set an amplitude and a period, doh!

The amplitude has a default of 0.0, but should be 1.0 IMO.

The behavior of the period property is probably mathematically correct, but it's odd from a user POV I think... It's ok for 0.0, but increasing as well as decreasing makes it go crazy, and I need to crank it up to at least 40 to get sensible results. I expected it to start with soft and few "bounces", and become wilder with more bounces on higher values.