Commit graph

240 commits

Author SHA1 Message Date
thednp c36e4d1967 2017-10-03 01:32:29 +03:00
thednp e0d52535f6 2017-10-03 01:32:00 +03:00
thednp 73adb8344f 2017-10-03 01:10:01 +03:00
thednp f85ecef387 Bump version 2017-09-29 01:21:32 +03:00
thednp 92a37f453b Update README.md 2017-09-29 01:09:09 +03:00
thednp 751c2e5263 Right, changes:
* fixed `scroll` tweening with new webkit browsers versions
* removed `isMobile` for transforms and svg transforms for now
* code cleanup
2017-09-29 00:56:16 +03:00
thednp ba6c529146 Update README.md 2017-09-11 23:08:22 +03:00
thednp 16a3eb387c Update Twitter share links. 2017-09-08 11:43:17 +03:00
thednp 40fd867115 A better typo. 2017-05-29 20:37:42 +03:00
thednp ba91cd6630 Improvement for https://github.com/thednp/kute.js/issues/63 2017-05-29 16:03:57 +03:00
thednp 2cb0800aed Changes:
* code cleanup, more readable code in plugins
* documentation fixes, the easing selectors fixed
2017-02-02 01:23:19 +02:00
thednp 3215d770b4 Changes:
* improved `selector` utility
* improved/simplified `getPrefix()` utility
* improve code readability for the core engine
* improved demos
2017-01-31 19:15:15 +02:00
thednp 38fcf9c127 Merge pull request #54 from danielosborn/master
Corrected UMD wrappers in plugins files to match the kute-jquery wrap…

Thanks @danielosborn
2017-01-27 20:11:03 +02:00
Daniel Osborn a8ca9a5317 Corrected UMD wrappers in plugins files to match the kute-jquery wrapper. Changed the require checks from 'kute.js' to './kute.js' to look for the actual files. The kute-jquery already used this method and would successfully compile while the other plugins would not compile and throw an error: 'Cannot find module kute.js' 2017-01-27 10:16:14 -07:00
thednp b6c64774aa Changes:
* Disabled SVG Plugin related scripts on IE8
* Some documentation fine tuning
2017-01-23 18:54:57 +02:00
thednp 4b2cfda1c2 Minor documentation fixes:
* Documentation updates
* Fixed navigation on IE8
2017-01-23 15:55:12 +02:00
thednp e0bc5cf8a2 Some minor documentation fixes. 2017-01-14 23:07:43 +02:00
thednp 132a6246c0 Fixed missing default value for repeatDelay. 2017-01-14 22:03:18 +02:00
thednp 9348792e2d Changes:
* Included fix https://github.com/thednp/kute.js/pull/49
* Implemented https://github.com/thednp/kute.js/issues/47
* Documentation updates
2017-01-03 00:48:28 +02:00
thednp 0433d479d7 Mostly doc updates 2016-12-20 22:06:23 +02:00
thednp eee3554bd0 SVG transforms now work properly with fromTo() method, no need to do crossCheck for the method 2016-12-16 22:23:23 +02:00
thednp 0e917b933b Trying to fix a small issue with SVG transforms when initial rotations/scale/skews aren't 0 (zero) 2016-12-14 16:37:50 +02:00
thednp 842f12bcf1 Adjustments for the SVG Plugin:
* `draw` property will work with 2 decimals for more precise animation
* `svgTransform` will also work with  decimals for translation and rotation
* regular transform will need 2 decimals for translation and rotation
2016-12-14 14:41:50 +02:00
thednp b8fc991476 LOL 2016-12-11 04:24:18 +02:00
thednp 095078005f typo 2016-12-11 03:58:47 +02:00
thednp fc75dd130f Major change:
* fixing SVG transforms for good https://github.com/thednp/kute.js/issues/33
* major changes to the tween objects https://github.com/thednp/kute.js/issues/39
* back to Infinity repeat https://github.com/thednp/kute.js/issues/43
* all round performance improvements
2016-12-11 03:48:37 +02:00
thednp 308ee60bf5 Issue with text plugin demo 2016-11-30 18:48:20 +02:00
thednp 2679a232be Small typo with Attributes plugin 2016-11-30 18:18:53 +02:00
thednp 67c47a6f08 Changes:
* Now all parseProperty functions and prepareStart functions are bound to `this`, the tween object
* changed the Tween constructor for lighter size
* rewritten alot of code for readability
* Documentation updates
2016-11-30 18:12:11 +02:00
thednp 70ee2a448a Testing new build. 2016-11-28 03:07:16 +02:00
thednp 1a44fbe465 2016-11-26 19:00:32 +02:00
thednp a92a45f77f 2016-11-26 18:31:59 +02:00
thednp c3b06308c3 2016-11-26 18:24:30 +02:00
thednp d92fed514e 2016-11-26 18:22:38 +02:00
thednp 032f047c6c 2016-11-26 18:15:00 +02:00
thednp f01ed026a6 2016-11-26 18:00:23 +02:00
thednp 72a915c051 Documentation updates and performance test page reworked with safety features. 2016-11-26 17:47:17 +02:00
thednp 7aa15a43b5 Changes:
* Fixed some bug with Attr plugin
* preparing code for a bundle build script
* documentation updates
2016-11-25 22:54:27 +02:00
thednp bda5756889 Changes:
* fixed minor issue with `borderRadius` on legacy browsers
* removed CSS properties from SVG plugin (forgot in previous commit)
* simplified core box model properties and CSS transform tween objects to always use `px` or `deg` as unit, with converted values
* implemented the `crossCheck` function for SVG transforms (for stacking transform chains) and the SVG morph
* simplified the `coords` interpolation used for SVG morph
* general code cleanup
* simplified the `processEasing` since the additional easing plugins have been removed, the old version can be found in the js file for easing examples page
* doc updates
2016-11-24 22:57:33 +02:00
thednp 545e253a30 2016-11-23 20:47:09 +02:00
thednp 124a0521d1 Changes:
* removed CSS props from SVG plugins
* improved CSS transform performance by creating a more simple tween object
* improved radius properties performance 
* removed Bezier and Physics plugins
* fixes scroll animation performance bottlenecks
* code cleanup and a more readable code
* documentation updates
2016-11-23 20:42:01 +02:00
thednp de86e786c4 Merge pull request #44 from virajsoni06/patch-1
Updating UglifyJS version to make it work with bower
2016-10-17 15:17:28 +03:00
Viraj Soni de2fe03985 Updating UglifyJS version to make it work with bower 2016-10-17 17:21:46 +05:30
thednp 21210c2dd7 Removed some recursion from plugins. 2016-10-13 15:32:23 +03:00
thednp 72dea56f33 Minor issue with trueColor fixed after previously changed. 2016-10-13 06:09:23 +03:00
thednp a6c0be41df Type 2016-10-13 05:46:00 +03:00
thednp 0b8d77c19b Changes:
* Recursive functions found in `examples.js` and `css.js`. Now `Maximum call stack size exceeded` error is completely eliminated
* Further optimization for the Tween object constructor
2016-10-12 06:44:42 +03:00
thednp 35a4cdb8c0 Docs 2016-10-11 11:19:45 +03:00
thednp e61bc99ec4 docs 2016-10-10 02:34:32 +03:00
thednp 0bebda1eff docs 2016-10-09 07:58:02 +03:00