
atom-cubic-bezier is an easing function generator for Atom editor
apm install cubic-bezier
Ctrl + Alt + B
: Open/Reset Cubic Bezier Curve
Customizing Key Bindings:
Update your ~/.atom/keymap.cson
(File
> Open Your Keymap
) with:
'.workspace':'ctrl-alt-b' : 'cubic-bezier:open'
https://github.com/senthilporunan/atom-cubic-bezier/graphs/contributors
This plugin is licensed under the MIT license
Copyright (c) 2014 Senthil Porunan
Powered by toolitup.com
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.