UNPKG

vue-haru-ripple

Version:
15 lines (9 loc) 338 B
// ripple init scale export const INITIAL_SCALE = ' scale(0.01, 0.01)' // ripple final scale export const FINAL_SCALE = '' export const SUPPORT_TOUCH = 'ontouchstart' in window export const TRANSFORM_DURATION = 600 export const RIPPLE_STATE_INIT = 0 export const RIPPLE_STATE_READY_TO_VANISH = 1 export const RIPPLE_STATE_VANISH = 2