Closed vkondrashkov closed 5 years ago
Merging #30 into develop will increase coverage by
13%
. The diff coverage is100%
.
@@ Coverage Diff @@
## develop #30 +/- ##
========================================
+ Coverage 68.19% 81.2% +13%
========================================
Files 14 14
Lines 305 250 -55
========================================
- Hits 208 203 -5
+ Misses 97 47 -50
Impacted Files | Coverage Δ | |
---|---|---|
Source/EasingType.swift | 100% <ø> (ø) |
:arrow_up: |
Source/EasingMaker.swift | 66.66% <100%> (+51.91%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update da22f3a...d225696. Read the comment docs.
Status
ready ## Issue resolves #13 ## Notes Wiki page would be updated right after this PR will merge. `Elastic` easing has been removed for a while due to it has bugs. ## Wiki changes | Easing function | EasingType | Preview | |------------------|--------------|---------| | linear | linear || | easeIn | defaultIn || | easeOut | defaultOut || | easeInEaseOut | defaultInOut || | easeInSine | inSine || | easeOutSine | outSine || | easeInOutSine | inOutSine || | easeInQuad | inQuad || | easeOutQuad | outQuad || | easeInOutQuad | inOutQuad || | easeInCubic | inCubic || | easeOutCubic | outCubic || | easeInOutCubic | inOutCubic || | easeInQuart | inQuart || | easeOutQuart | outQuart || | easeInOutQuart | inOutQuart || | easeInQuint | inQuint || | easeOutQuint | outQuint || | easeInOutQuint | inOutQuint || | easeInExpo | inExpo || | easeOutExpo | outExpo || | easeInOutExpo | inOutExpo || | easeInCirc | inCirc || | easeOutCirc | outCirc || | easeInOutCirc | inOutCirc || | easeInBack | inBack || | easeOutBack | outBack || | easeInOutBack | inOutBack ||