Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance improvements in all KUTE.dom function and more accurate string parsing. #34

Closed
thednp opened this issue Aug 26, 2016 · 0 comments
Assignees
Milestone

Comments

@thednp
Copy link
Owner

thednp commented Aug 26, 2016

We're going full D3.js mode with everything about KUTE.js

UPDATE: added a new object with functions for interpolation. Makes slightly bigger core, but lighter plugins.

  • number - used in core and all plugins
  • array (uses the above number) used in SVG Plugin
  • color (uses number) - used in core, CSS Plugin and SVG Plugin
  • coords (use the array and number) - used in SVG Plugin only
  • unit (like width: 25%) - used in core and plugins

UPDATE: the interpolation functions work fine, improving performance by a small percent, the scroll animation shouldn't jump anymore and perhaps transforms can be improved as well.

UPDATE: some changes to the core, some functions went private for performance reasons

UPDATE: the files in the dist folder will be minified with Google Closure, and it bumps performance by a small percent. Awesome.

@thednp thednp added this to the 1.5.3 milestone Aug 26, 2016
@thednp thednp self-assigned this Aug 26, 2016
thednp added a commit that referenced this issue Sep 3, 2016
Improved overall performance #34
Fixed some issues with SVG Plugin #33
Documentation updates
thednp added a commit that referenced this issue Sep 3, 2016
Improved overall performance #34
Fixed some issues with SVG Plugin #33
Documentation updates
@thednp thednp closed this as completed Sep 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant