Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LaVache-FR/AnimationUtil
/ BackInOut
Method
BackInOut
fr/lavache/anime/Easing.java:431–433 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
429
*/
430
class
BackInOut extends Back {
431
public
BackInOut() {
432
super();
433
}
434
435
public
BackInOut(float overshoot) {
436
super(overshoot);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected