Commit graph

325 commits

Author SHA1 Message Date
thednp b24989dd71 Merge pull request #19 from dalisoft/patch-5
Create kute-timeline.js
2016-03-25 11:41:01 +02:00
dalisoft 63ab15de08 Create kute-timeline.js
```html

<!DOCTYPE html><html class=''>
<head>


<style class="cp-pen-styles">
.dv {
  width: 100px; height: 100px; float: left; 
  text-align: center; line-height: 100px; 
  margin: 20px 20px 20px 0;
  background: #0cf;
  position: relative;
}
</style>
</head><body>

<div class="dv"></div>
<div class="dv"></div>
<div class="dv"></div>
<div class="dv"></div>
<div class="dv"></div>


<script src='kute.js'></script>
<script src='kute-timeline.js'></script>
<script>

	var tl = new KUTE.Timeline();
		tl.fromTo('.dv', { rotate : 0 }, { rotate : 45 }, { easing : { rotate : 'easingBounceInOut' }, offset : { rotate : 200 } })
		tl.to('.dv', { left : 200 }, { easing : { left : 'easingElasticInOut'}, offset: 300 });
		tl.to('.dv', { top : 200 }, { easing : { top : 'easingElasticInOut' }, offset: 300, duration : 1000 });
		tl.to('.dv', { width : 45 }, { easing : { width : 'easingElasticInOut' }, offset: 200, duration : 1000 });
		tl.to('.dv', { height : 45 }, { easing : { height : 'easingElasticInOut' }, offset: 200, duration : 1000 });
		
</script>
</body></html>
```
2016-03-25 14:19:32 +05:00
thednp 40fb142db5 Update README.md 2016-03-24 22:54:06 +02:00
thednp 01189cb038 Update README.md 2016-03-24 22:49:22 +02:00
thednp ba5a405627 Update README.md 2016-03-24 22:46:59 +02:00
thednp 688b036437 Update README.md 2016-03-24 22:45:53 +02:00
thednp ba21f97e34 Update README.md 2016-03-24 22:44:21 +02:00
thednp f4e58a5126 2016-03-24 14:49:42 +02:00
thednp 162803f6c8 2016-03-24 14:48:26 +02:00
thednp f4576d4bca Update package.json 2016-03-24 14:31:50 +02:00
thednp 7527628aef Update bower.json 2016-03-24 14:31:29 +02:00
thednp 6176a75fe1 Update package.json 2016-03-24 14:30:56 +02:00
thednp 5bbb709361 Update bower.json 2016-03-24 14:30:07 +02:00
thednp 2564472f53 Final version 1.5 commit. 2016-03-24 14:27:27 +02:00
thednp 97b6608392 Update README.md 2016-03-24 12:57:02 +02:00
thednp 92f8dcc338 Update README.md 2016-03-23 15:43:00 +02:00
thednp 49a418b24e Update README.md 2016-03-23 15:24:58 +02:00
thednp d24f73d811 Update README.md 2016-03-23 15:20:11 +02:00
thednp 35dc80161b minor IE8 demo fix 2016-03-19 10:08:34 +02:00
thednp 41e87cc4b2 2016-03-18 19:18:55 +02:00
thednp bf2574d082 Update README.md 2016-03-18 19:13:28 +02:00
thednp aa59078591 Added Text Plugin, updated docs 2016-03-18 16:23:23 +02:00
thednp 83ab68ad74 2016-03-17 16:54:13 +02:00
thednp afdfa1ae49 typo 2016-03-17 09:00:32 +02:00
thednp 3a7857bbe5 2016-03-16 16:28:07 +02:00
thednp dc820c5654 The 1.5 first commit, still testing, changelog in the comments 2016-03-16 15:44:23 +02:00
thednp 320cc59b05 2016-03-16 15:42:03 +02:00
thednp 05bad2c336 2016-02-06 01:05:18 +02:00
thednp b31ed62fe6 2016-02-06 00:32:31 +02:00
thednp ca7fc23fcc 2016-02-06 00:19:14 +02:00
thednp b3be076328 Update package.json 2016-02-06 00:12:54 +02:00
thednp 859e8a7fb2 Update bower.json 2016-02-06 00:12:51 +02:00
thednp b1550f1111 Update package.json 2016-02-06 00:10:02 +02:00
thednp 12512274aa 1.0.1 first commit
* new changes to the prototype to allow more flexibility and performance
* introducing 2 new methods .allTo() and .allFromTo for collections of elements
* added a new tween option for the new methods called offset to set a delay between animations of these collections of elements
* removed deprecated method .Animate()
* improved performance for the render functions
* added support for transformOrigin tween setting
* documentation updates
* 'fixed' the additional tools UMD scripting
2016-02-05 23:19:34 +02:00
thednp 057cabde2a 2016-02-04 15:29:27 +02:00
thednp 0276f0ef74 Update README.md 2016-02-01 21:01:43 +02:00
thednp 2ebb6df047 Update README.md 2016-01-22 00:46:51 +02:00
thednp 36f97142fe Update README.md 2016-01-15 01:17:18 +02:00
thednp acfce66a51 Update README.md 2015-12-30 23:04:39 +02:00
thednp 2075084410 Update README.md
some updates and fixes for the documentation.
2015-12-30 22:32:35 +02:00
thednp eb73a1ba4f Update README.md 2015-12-30 18:23:16 +02:00
thednp e181788367 Update README.md 2015-12-30 18:21:55 +02:00
thednp e8e2698ea2 Update api.html 2015-12-30 01:50:12 +02:00
thednp 32a741ab20 Update package.json 2015-12-30 00:32:38 +02:00
thednp 480ece6a9c Update bower.json 2015-12-30 00:32:16 +02:00
thednp 026f4201ae Update kute.min.js 2015-12-20 23:06:08 +02:00
thednp 6872923046 Update kute.min.js 2015-12-20 23:02:22 +02:00
thednp 40f121ab8e Update kute.js 2015-11-19 12:30:34 +02:00
thednp 934d666859 Update kute.js
Improvements according to Dav's suggestion https://github.com/thednp/kute.js/pull/11
2015-11-19 11:40:13 +02:00
thednp 976fc30493 Update README.md 2015-11-02 11:58:02 +02:00