hint.css (hint.css-2.6.0) | : | hint.css (hint.css-2.7.0) | ||
---|---|---|---|---|
/*! Hint.css - v2.6.0 - 2019-04-27 | /*! Hint.css - v2.7.0 - 2021-10-01 | |||
* http://kushagragour.in/lab/hint/ | * https://kushagra.dev/lab/hint/ | |||
* Copyright (c) 2019 Kushagra Gour */ | * Copyright (c) 2021 Kushagra Gour */ | |||
/*-------------------------------------*\ | /*-------------------------------------*\ | |||
HINT.css - A CSS tooltip library | HINT.css - A CSS tooltip library | |||
\*-------------------------------------*/ | \*-------------------------------------*/ | |||
/** | /** | |||
* HINT.css is a tooltip library made in pure CSS. | * HINT.css is a tooltip library made in pure CSS. | |||
* | * | |||
* Source: https://github.com/chinchang/hint.css | * Source: https://github.com/chinchang/hint.css | |||
* Demo: http://kushagragour.in/lab/hint/ | * Demo: http://kushagragour.in/lab/hint/ | |||
* | * | |||
skipping to change at line 653 | skipping to change at line 653 | |||
transition-duration: 0ms; } | transition-duration: 0ms; } | |||
.hint--bounce:before, .hint--bounce:after { | .hint--bounce:before, .hint--bounce:after { | |||
-webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); | -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); | |||
-moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); | -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); | |||
transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezi er(0.71, 1.7, 0.77, 1.24); } | transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezi er(0.71, 1.7, 0.77, 1.24); } | |||
.hint--no-shadow:before, .hint--no-shadow:after { | .hint--no-shadow:before, .hint--no-shadow:after { | |||
text-shadow: initial; | text-shadow: initial; | |||
box-shadow: initial; } | box-shadow: initial; } | |||
.hint--no-arrow:before { | ||||
display: none; } | ||||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added |