The delay before the translation actually starts.
The delay may be changed as long as the animation has not been started.
Source
num get delay => _delay;
Source
set delay(num value) { if (_started == false) { _currentTime = _currentTime + _delay - value; _delay = value; } }