Skip to content
View daxxsyntax's full-sized avatar
🧵
Weaving intelligence into professional workflows
🧵
Weaving intelligence into professional workflows

Block or report daxxsyntax

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ryve ryve Public

    next gen ide

    Rust 1

  2. Basic javascript linear value animat... Basic javascript linear value animation that can accept easing functions and provides update & complete callbacks
    1
    /**
    2
    * @desc Basic linear value animation that can accept simple easing functions and provides update & complete callbacks
    3
    * @param  {Object} values - Object with numerical values. eg. { value1: 0, value2: 20, someKey: 55 }
    4
    * @param  {Number} duration - How long (in milliseconds) the animation will be
    5
    * @param  {Object} options - target values, update callback & complete callback