|
ee094e9d32
|
fix(menu): auto close menu when disabled, always remove listeners
Closes #674
|
2015-12-02 14:54:10 -06:00 |
|
|
ca618baef7
|
no show-navbar
|
2015-12-01 15:17:32 -06:00 |
|
|
e0da73e07a
|
feat(navCtrl): create postRender
|
2015-11-28 23:15:47 -06:00 |
|
|
4fc78d3e44
|
fix(transition): iOS show back btn after insert
Closes #638
|
2015-11-25 11:45:11 -06:00 |
|
|
e1c160eb54
|
refactor(overlay): use NavController
|
2015-11-21 19:18:47 -06:00 |
|
|
19ff9e0a2c
|
perf(raf): use rafFrames instead of fastdom
|
2015-11-20 14:10:44 -06:00 |
|
|
0a5d1ec7d9
|
perf(): internal animations/transitions to use callbacks
Reduce overhead and involving zone
|
2015-11-20 09:47:13 -06:00 |
|
|
d5ac78f7b0
|
fix(keyboard): improve keyboard scroll assist
|
2015-11-13 16:53:28 -06:00 |
|
|
406fa18c5a
|
perf(ripple): ripple perf improvements
|
2015-11-10 14:42:35 -06:00 |
|
|
e0f18a5de2
|
perf(ripple): improve ripple perf
|
2015-11-09 13:55:28 -06:00 |
|
|
f8872a47b0
|
fix(animations): fix add for non strict mode
|
2015-11-05 19:29:15 -06:00 |
|
|
fc890de0b0
|
perf(): improve animation
|
2015-11-04 14:45:35 -06:00 |
|
|
36f82b2473
|
refactor(NavController): restructuring and perf improvements
|
2015-10-29 14:37:49 -05:00 |
|
|
6c44ae6246
|
update animations
|
2015-10-10 23:52:01 -05:00 |
|
|
faa9596489
|
fix(transition): always use animation, just no duration
Closes #227
|
2015-10-01 20:45:44 -05:00 |
|
|
7a541b80d2
|
feat(md): increased delay before md transitions
|
2015-09-29 21:44:43 -05:00 |
|
|
da694c3bd8
|
fix(ripple): fix remainingTime var reference
|
2015-09-28 12:48:09 -05:00 |
|
|
4b7134df34
|
fix(animation): reset vars, not null
|
2015-09-28 11:01:50 -05:00 |
|
|
5a0584df0e
|
Ripple tweaks
|
2015-09-25 12:46:14 -05:00 |
|
|
60f4d65e63
|
feat(ripple): better ripple
|
2015-09-25 11:18:22 -05:00 |
|
|
1d275497f1
|
refactor(ripple): web animations api
|
2015-09-23 11:31:33 -05:00 |
|
|
3a2ffa8362
|
chore(): rename progressFinish to progressEnd
|
2015-09-22 16:08:27 -05:00 |
|
|
28c6a45e20
|
fix progress close animation flicker
|
2015-09-17 23:27:06 -05:00 |
|
|
c09ea0da44
|
prevent native animate flicker
|
2015-09-17 23:02:14 -05:00 |
|
|
5fbc142dae
|
swipe back refactor
|
2015-09-17 16:13:51 -05:00 |
|
|
e23e011ece
|
display error when animation polyfill missing
|
2015-09-15 12:22:21 -05:00 |
|
|
b31ab1b0be
|
feat(aside): reveal/overlay aside using Animation
|
2015-09-10 20:54:40 -05:00 |
|
|
71d60159ea
|
feat(transitions): md navbar transition
|
2015-09-06 23:13:05 -05:00 |
|
|
3c4d36b835
|
fix(animations): update wapi polyfill
Do not clear out all inline styles after the web animation api
polypfill has finished.
|
2015-09-06 22:13:05 -05:00 |
|
|
400bec2a29
|
Tweaks
|
2015-09-02 15:34:53 -05:00 |
|
|
e083febf86
|
Scroll stuff
|
2015-09-01 16:35:54 -05:00 |
|
|
ab079ce72c
|
animation fill option
```var a = new Animation(ele);
a.fill(‘none’);
```
|
2015-09-01 15:51:28 -05:00 |
|
|
f8fc17dc42
|
animate with fill mode 'both'
|
2015-08-28 15:26:06 -05:00 |
|
|
334fd7f891
|
zIndex views
|
2015-07-17 16:16:05 -05:00 |
|
|
f240083535
|
wip
|
2015-07-16 14:04:15 -05:00 |
|
|
1ae3113386
|
let there be typescript
|
2015-07-03 13:19:30 -05:00 |
|
|
6bb2035e55
|
possible to pass elementRef to Animation
|
2015-06-27 12:36:38 -05:00 |
|
|
9b80cffedb
|
new bootstrap
|
2015-06-18 11:59:52 -05:00 |
|
|
fa3f27939e
|
minor animation updates
|
2015-06-15 20:24:58 -05:00 |
|
|
30ded13185
|
set multiple onReady, onPlay, onFinish
|
2015-06-15 20:16:26 -05:00 |
|
|
5c72ff44c1
|
transition improvements
|
2015-06-15 15:45:03 -05:00 |
|
|
839c547f0c
|
create enteringItem.postRender()
|
2015-06-15 09:24:44 -05:00 |
|
|
1db9ec3d2f
|
add animation _onPlay
|
2015-06-15 08:41:55 -05:00 |
|
|
d698777421
|
smooth criminal
|
2015-06-12 14:49:09 -05:00 |
|
|
d2c3ed1125
|
just a few minor animation tweaks
|
2015-06-12 10:58:31 -05:00 |
|
|
f6a2c29605
|
web animation updates
|
2015-06-10 15:31:16 -05:00 |
|
|
b28bd21ad0
|
rename NavBase to ViewController
|
2015-06-09 11:51:00 -05:00 |
|
|
c12d6a773f
|
title animation child of navbar animation
|
2015-06-05 10:55:11 -05:00 |
|
|
d1312d3329
|
css case easing functions
|
2015-05-29 21:41:53 -05:00 |
|
|
eeca9d12f4
|
css case cubic bezier names
|
2015-05-29 21:32:44 -05:00 |
|