UNPKG

ngx-contextual-action-bar

Version:

ngx-contextual-action-bar is an Angular2+ implementation of the [Material Design Contextual Action Bar](https://material.io/components/app-bars-top#contextual-action-bar). The implementation makes it possible to change the action bar properties (i.e. titl

4 lines (3 loc) 205 B
export declare const standard = "cubic-bezier(0.4, 0.0, 0.2, 1)"; export declare const decelerated = "cubic-bezier(0.0, 0.0, 0.2, 1)"; export declare const accelerated = "cubic-bezier(0.4, 0.0, 1, 1)";