ai / ai/easings.net

Exponential functions not accurate

Open
#160 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
CSS
Stars
8.7k
Forks
696
PR merge metrics
No merged PRs in 30d

Description

![image](https://user-images.githubusercontent.com/43245524/181216250-a55f9e95-0cdb-44b3-8473-a3e6a4276003.png)

ease in exp is the red line. as you can see, the line does not actually cross 0,0.

With the (x === 0 ? 0 : ...) this would make a noticeable jump

Futhermore, ease out exp also has the issue on the other end.
![image](https://user-images.githubusercontent.com/43245524/181217025-8bcc5ec0-3ca4-4ce7-893b-7d063cc969f5.png)
the blue line being ease out exp

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.