kartik-v/yii2-editable

animationDelay is not in the documentation

adamwinn opened this issue · 1 comments

animationDelay is a property that can be set but it is not listed in the documention.

Also, the default for animationDelay is the string 'fast' when the comments say var integer editable animation delay (in micro-seconds)

  /**
     * @var integer editable animation delay (in micro-seconds). Defaults to `200`.
     */
    public $animationDelay = 'fast';
stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.