MCPcopy Create free account
hub / github.com/cinder/Cinder / animOut

Method animOut

samples/_timeline/TextInputTween/src/Character.cpp:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void Character::animOut( Timeline &timeline, mat4 matrix )
43{
44 mDestMatrix = matrix;
45 timeline.apply( &mColorCur, mColorStart, 1.0f, EaseOutQuad() ).finishFn( bind( &Character::onAnimOut, this ) );
46 timeline.apply( &mMatrix, matrix, 1.0f, EaseOutQuad() );
47}
48
49void Character::onAnimOut()
50{

Callers 1

removeCharMethod · 0.80

Calls 3

EaseOutQuadClass · 0.85
bindFunction · 0.50
applyMethod · 0.45

Tested by

no test coverage detected