1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 16:19:53 +02:00

visual tests: minor fixes (#34802)

This commit is contained in:
XhmikosR
2021-08-23 18:33:55 +03:00
committed by GitHub
parent 6cf52ed5f7
commit 40042ee503
4 changed files with 5 additions and 7 deletions

View File

@@ -60,7 +60,7 @@
// Test to show that transition-duration can be changed with css
carousel.addEventListener('slid.bs.carousel', function (event) {
t1 = performance.now()
console.log('transition-duration took ' + (t1 - t0) + 'ms, slid at ', event.timeStamp)
console.log('transition-duration took ' + (t1 - t0) + 'ms, slid at ' + event.timeStamp)
})
carousel.addEventListener('slide.bs.carousel', function () {
t0 = performance.now()