mdgriffith mdgriffith
  • Joined on 2022-04-11
mdgriffith synced commits to v2 at mdgriffith/elm-animator from mirror 2024-08-05 18:50:23 +03:00
b44a075341 Add more tests for Timeline.arrived
b56c292de8 Simplify foldpAll and fix Timeline.previous
Compare 2 commits »
mdgriffith synced commits to v2 at mdgriffith/elm-animator from mirror 2024-08-05 02:30:23 +03:00
fe377af11c Fix Timeline.arrived
mdgriffith synced commits to 2.0 at mdgriffith/elm-ui from mirror 2024-06-24 06:06:37 +03:00
b7f6e7ac82 Fix padding override issue
mdgriffith synced commits to 2.0 at mdgriffith/elm-ui from mirror 2024-05-26 07:01:33 +03:00
df1b3d004b More visual text input tests
81c67b5ed4 Use Animatior.transition instead of keyframes
e8299d5fe6 Add note to Ui.download
Compare 3 commits »
mdgriffith synced commits to v2 at mdgriffith/elm-animator from mirror 2024-05-26 02:01:32 +03:00
27bba31fe0 Sequencing tests
a70145ff1e Cleanup
Compare 2 commits »
mdgriffith synced commits to 2.0 at mdgriffith/elm-ui from mirror 2024-05-20 12:11:33 +03:00
449c536994 BugFix: Multiline text, use grid to accomplish the textarea overlapping so that we can scroll correctly
mdgriffith synced commits to 2.0 at mdgriffith/elm-ui from mirror 2024-05-15 17:51:45 +03:00
f7695b969a Font Weight: 700 for bold
mdgriffith synced commits to v2 at mdgriffith/elm-animator from mirror 2024-05-08 23:53:52 +03:00
2c79dd3963 Only render a transition in the cases where it doesn't sometimes break
mdgriffith synced commits to v2 at mdgriffith/elm-animator from mirror 2024-05-07 23:24:06 +03:00
f4fa423969 Remove Debug.log
ced1cb15e4 Track timeline.updatedAt and use that to drive css changse instead of now. This is so Value and Css animations can be a little less crazy when they work together
a97e471ce1 Restore tests
Compare 3 commits »
mdgriffith synced commits to 2.0 at mdgriffith/elm-ui from mirror 2024-05-07 04:13:54 +03:00
dfac3025ef unnecessary import
0a7b15b81a Expose spinning, pulsing, bouncing, pinging
Compare 2 commits »
mdgriffith synced commits to v2 at mdgriffith/elm-animator from mirror 2024-05-06 22:53:54 +03:00
3237d09237 ove duration discounting to when interruptions are applied
mdgriffith synced commits to v2 at mdgriffith/elm-animator from mirror 2024-05-05 22:33:26 +03:00
016ede0536 Remove remaining instances of velocity smoothing
1bb5bf8b2c Remove velocity smoothing in transitionTo
7531fc0d3f Discount durations based on the maximum progress made in any interruption
4d150d82c1 Allow scaling of durations
c45109cf96 Calculate Transitioning progress
Compare 6 commits »
mdgriffith synced commits to v2 at mdgriffith/elm-animator from mirror 2024-05-04 22:03:21 +03:00
caa5520580 incorrect type signature
07a390de66 Remove Animator.Watcher from the exposed list
963d415161 A bunch of elm-review cleanup
65b635e9ef Remove some elm-review rules
8d9af0afaa Update new examples
Compare 9 commits »
mdgriffith synced commits to 2.0 at mdgriffith/elm-ui from mirror 2024-05-04 19:06:43 +03:00
60fc17d594 Add image.onLoad and a fix from Charlon!
265b3000ce Remove animator Watcher stuff because it's just too confusing, but keep timelinesRemove Animator watcher stuff
a26b17e768 Remove unused class
Compare 3 commits »
mdgriffith synced and deleted reference refs/tags/refs/pull/27/merge at mdgriffith/elm-animator from mirror 2024-05-04 05:46:38 +03:00
mdgriffith synced commits to v2 at mdgriffith/elm-animator from mirror 2024-05-04 05:46:38 +03:00
22fb914de9 Redo basic example
4d296736de Animate rotations using a 1000 multiplier
b19ce307c2 Merge pull request #27 from CharlonTank/v2
4e100456ed refacto
Compare 8 commits »
mdgriffith synced and deleted reference refs/tags/refs/pull/234/merge at mdgriffith/elm-ui from mirror 2024-05-02 18:06:41 +03:00
mdgriffith synced commits to 2.0 at mdgriffith/elm-ui from mirror 2024-05-02 18:06:41 +03:00
ec359dbd52 Merge pull request #360 from CharlonTank/2.0
d74c2aee52 Fix Safari discrepancy
Compare 2 commits »
mdgriffith synced commits to refs/pull/234/head at mdgriffith/elm-ui from mirror 2024-05-02 18:06:41 +03:00
acae8857a0 Merge pull request #314 from escherlies/patch-2
02d6391e5c Added a note for missing <!DOCTYPE html> issues
7919c5e4f4 Merge pull request #263 from rjdellecese/patch-1
a80b1d0c95 Add note about line-height of Input.multiline
7aa0e01549 1.1.8 - Checkbox accessibility fix. Checkbox positioning issue fix. Column children sizing fix. Button responds to spacebar.
Compare 115 commits »
mdgriffith synced commits to 2.0 at mdgriffith/elm-ui from mirror 2024-05-01 01:16:47 +03:00
19ae75e49f Add Ui.Input.button and change Ui.Events.onClick to be a simple click handler.
34791dbeec Fix rendering styles as important or not
Compare 2 commits »