bachors / jQuery-Awesome-Sosmed-Share-Button

Awesome Social Media Share Button With Share Count
http://bachors.github.io/jQuery-Awesome-Sosmed-Share-Button/
MIT License
58 stars 35 forks source link

Update ayoshare.css #13

Closed thingdiputra closed 8 years ago

thingdiputra commented 8 years ago

Adds a hover effect on the button. In the determination of color, I convert hex color to RGB. Then, every channel RGB values minus 20 (to make color darker), then convert back the result to hex color. Hover effect is added to make the share button more interesting.

hover

Penambahan efek hover pada button. Untuk penentuan warnanya, saya mengubah nilai hex ke RGB lalu masing-masing nilai RGB-nya saya kurangi 20, lalu convert balik ke hex supaya penulisan warnanya seragam dalam format hex. Penambahan efek hover pada button share bertujuan untuk membuat tampilan lebih menarik dan tidak kaku. Selain itu juga memudahkan user untuk mengetahui posisi kursor berada pada tombol yang mana.