Flick.EASING
                                        - static String
                                    
                                    
                                            The default easing to use for the main flick movement transition
                                        
                                    
                                        Default Value: 'cubic-bezier(0, 0.1, 0, 1.0)'
                                    
        
                                    Flick.NAME
                                        - static String
                                    
                                    
                                            The NAME of the Flick class. Used to prefix events generated
by the plugin.
                                        
                                    
                                        Default Value: "pluginFlick"
                                    
        
                                    Flick.NS
                                        - static String
                                    
                                    
                                            The namespace for the plugin. This will be the property on the node, which will 
reference the plugin instance, when it's plugged in.
                                        
                                    
                                        Default Value: "flick"
                                    
        
                                    Flick.SNAP_DURATION
                                        - static Number
                                    
                                    
                                            The duration to use for the bounce snap-back transition
                                        
                                    
                                        Default Value: 400
                                    
        
                                    Flick.SNAP_EASING
                                        - static String
                                    
                                    
                                            The default easing to use for the bounce snap-back transition
                                        
                                    
                                        Default Value: 'ease-out'
                                    
        
                                    Flick.VELOCITY_THRESHOLD
                                        - static Number
                                    
                                    
                                            The threshold used to determine when the decelerated velocity of the node
is practically 0.
                                        
                                    
                                        Default Value: 0.015