Home | History | Annotate | Download | only in animation

Lines Matching defs:dur

58 // The epsilon value we pass to UnitBezier::solve given that the animation is going to run over |dur| seconds. The longer the
1300 double dur = m_animation->duration();
1302 dur *= m_animation->iterationCount();
1306 if (m_animation->iterationCount() > 0 && elapsedTime >= dur)