Biblioteca de JavaScript para visualizar eventos de clic/TAP en la pantalla-TouchPoint. js

Tiempo de ejecución: 30 minutos. Empezar

Autor: jonahvsweb
Views Total: 1,841
Sitio oficial: Ir a la web
Actualizado: July 30, 2018
Licencia: MIT

Vista prévia

Biblioteca de JavaScript para visualizar eventos de clic/TAP en la pantalla-TouchPoint. js

Descripción

TouchPoint. js es una biblioteca de JavaScript ligera vainilla que le ayuda a visualizar eventos de clic/TAP en la Página Web & móvil utilizando transiciones y transformaciones CSS3.

Generará un efecto de ondulación animada al hacer clic o tocar en algún lugar de la Página Web.

Ideal para screencasting, grabación de pantalla, pruebas de usuario y presentaciones.

Funcionamiento

Incluya TouchPoint. js en su página web.

<script src="touchpoint.js"></script>

Inicializar el TouchPoint.

 TouchPoint.init(window);

Personalice el TouchPoint.

// Change the kind of HTML element that TouchPoint creates.
TouchPoint.el: 'div',

 // Change the default DOM element that TouchPoint will be active over.
 TouchPoint.dom: window,

 // Additional CSS class.
TouchPoint.styleEl: '',

// Change the default color of TouchPoint.
 TouchPoint.color: '#FFF',

 // Change the opacity of the TouchPoint.
 TouchPoint.opacity: 0.8,

 // Change the initial size of the TouchPoint.
 TouchPoint.size: 20,

 // Change the final scale of the TouchPoint.
TouchPoint.scale: 8,

// Change the zIndex of the TouchPoint.
 TouchPoint.z: 9999,

Registro de cambios

v1.0.1 (07/30/2018)

  • Incorpore el marco de animación en la biblioteca.

Te puede interesar: