René's URL Explorer Experiment


Title: Fix timeline() to account for animation iterations in duration calculations by Copilot · Pull Request #36 · bQuery/bQuery · GitHub

Open Graph Title: Fix timeline() to account for animation iterations in duration calculations by Copilot · Pull Request #36 · bQuery/bQuery

X Title: Fix timeline() to account for animation iterations in duration calculations by Copilot · Pull Request #36 · bQuery/bQuery

Description: timeline() was ignoring KeyframeAnimationOptions.iterations, causing incorrect duration calculations and scheduling when animations repeat. A timeline with a 100ms animation set to iterations: 3 would incorrectly calculate 100ms duration instead of 300ms, breaking relative step positioning and at calculations. Changes Updated normalizeDuration() to compute total duration as (baseDuration × iterations) + endDelay Validates iterations is non-negative per Web Animations spec (treats negative as 0) Handles iterations: Infinity by returning MAX_SAFE_INTEGER to prevent NaN/Infinity in scheduling logic Added test coverage for iterations with relative step scheduling, endDelay, delay, and edge cases (0, negative, Infinity) Example const tl = timeline([ { target: el1, keyframes: [{ opacity: 0 }, { opacity: 1 }], options: { duration: 100, iterations: 3 }, // Now correctly computes 300ms at: 0, }, { target: el2, keyframes: [{ opacity: 0 }, { opacity: 1 }], options: { duration: 100 }, // Now correctly starts at 300ms (after el1's 3 iterations complete) }, ]); tl.duration(); // Returns 400ms (not 200ms) 💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Open Graph Description: timeline() was ignoring KeyframeAnimationOptions.iterations, causing incorrect duration calculations and scheduling when animations repeat. A timeline with a 100ms animation set to iterations: 3 wo...

X Description: timeline() was ignoring KeyframeAnimationOptions.iterations, causing incorrect duration calculations and scheduling when animations repeat. A timeline with a 100ms animation set to iterations: 3 wo...

Opengraph URL: https://github.com/bQuery/bQuery/pull/36

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:e6db866a-cba4-7d68-f069-d36e7323b1ad
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id9920:BAE90:E2104:1240AB:6A4ECE86
html-safe-nonce803cf783f63f0233ca1bf999c4643aaf57620e6671448afbe2710e6869eec128
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5OTIwOkJBRTkwOkUyMTA0OjEyNDBBQjo2QTRFQ0U4NiIsInZpc2l0b3JfaWQiOiI0MDAwMDU1NTI0NDc3MjkyMTY2IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac10c0d5dc8cd34a41c7589c4981be8af7cfd0c0692d8c634c44d7524eb9e830fc
hovercard-subject-tagpull_request:3228196334
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/bQuery/bQuery/pull/36/files
twitter:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
og:image:alttimeline() was ignoring KeyframeAnimationOptions.iterations, causing incorrect duration calculations and scheduling when animations repeat. A timeline with a 100ms animation set to iterations: 3 wo...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None41b6ab3ba6d20a71766ac245b5a4a94c6fc672a9cd4da7d44c1b33ab8bf6a21c
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/bQuery/bQuery git https://github.com/bQuery/bQuery.git
octolytics-dimension-user_id256381806
octolytics-dimension-user_loginbQuery
octolytics-dimension-repository_id1139284244
octolytics-dimension-repository_nwobQuery/bQuery
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1139284244
octolytics-dimension-repository_network_root_nwobQuery/bQuery
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasee6a744804e8e70f97b4d5a18a94dcc63db22f97a
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/bQuery/bQuery/pull/36/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FbQuery%2FbQuery%2Fpull%2F36%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FbQuery%2FbQuery%2Fpull%2F36%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=bQuery%2FbQuery
Reloadhttps://github.com/bQuery/bQuery/pull/36/files
Reloadhttps://github.com/bQuery/bQuery/pull/36/files
Reloadhttps://github.com/bQuery/bQuery/pull/36/files
Please reload this pagehttps://github.com/bQuery/bQuery/pull/36/files
bQuery https://github.com/bQuery
bQueryhttps://github.com/bQuery/bQuery
Please reload this pagehttps://github.com/bQuery/bQuery/pull/36/files
Notifications https://github.com/login?return_to=%2FbQuery%2FbQuery
Fork 0 https://github.com/login?return_to=%2FbQuery%2FbQuery
Star 1 https://github.com/login?return_to=%2FbQuery%2FbQuery
Code https://github.com/bQuery/bQuery
Issues 0 https://github.com/bQuery/bQuery/issues
Pull requests 0 https://github.com/bQuery/bQuery/pulls
Actions https://github.com/bQuery/bQuery/actions
Security and quality 0 https://github.com/bQuery/bQuery/security
Insights https://github.com/bQuery/bQuery/pulse
Code https://github.com/bQuery/bQuery
Issues https://github.com/bQuery/bQuery/issues
Pull requests https://github.com/bQuery/bQuery/pulls
Actions https://github.com/bQuery/bQuery/actions
Security and quality https://github.com/bQuery/bQuery/security
Insights https://github.com/bQuery/bQuery/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FbQuery%2FbQuery%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FbQuery%2FbQuery%2Fissues%2Fnew%2Fchoose
JosunLPhttps://github.com/JosunLP
developmenthttps://github.com/bQuery/bQuery/tree/development
copilot/sub-pr-16https://github.com/bQuery/bQuery/tree/copilot/sub-pr-16
Conversation 1 https://github.com/bQuery/bQuery/pull/36
Commits 4 https://github.com/bQuery/bQuery/pull/36/commits
Checks 7 https://github.com/bQuery/bQuery/pull/36/checks
Files changed https://github.com/bQuery/bQuery/pull/36/files
Please reload this pagehttps://github.com/bQuery/bQuery/pull/36/files
Fix timeline() to account for animation iterations in duration calculations https://github.com/bQuery/bQuery/pull/36/files#top
Show all changes 4 commits https://github.com/bQuery/bQuery/pull/36/files
6c8716b Initial plan Copilot Jan 30, 2026 https://github.com/bQuery/bQuery/pull/36/commits/6c8716b8d3b0778c9200d1f625d99431a7898f13
fd896e8 Fix timeline() to account for KeyframeAnimationOptions.iterations Copilot Jan 30, 2026 https://github.com/bQuery/bQuery/pull/36/commits/fd896e82d18a8fb92f560f7ae3da6adb15ff1d66
6196b5b Add edge case validation for iterations Copilot Jan 30, 2026 https://github.com/bQuery/bQuery/pull/36/commits/6196b5b652fd0fcfc6b90a854b584cca8e991ba0
9ff683c Fix comment to accurately reflect Web Animations spec Copilot Jan 30, 2026 https://github.com/bQuery/bQuery/pull/36/commits/9ff683ccda4667a0cb052acd51beaeeb1725a06a
Clear filters https://github.com/bQuery/bQuery/pull/36/files
Please reload this pagehttps://github.com/bQuery/bQuery/pull/36/files
Please reload this pagehttps://github.com/bQuery/bQuery/pull/36/files
timeline.ts https://github.com/bQuery/bQuery/pull/36/files#diff-5b6ede62437c14fffebede4442aa02dbabd610787d838c406d9e41dd0bc18212
motion.test.ts https://github.com/bQuery/bQuery/pull/36/files#diff-316db886736ee84566023666192479689541cb9f3967c53ab201054c7f1856f7
src/motion/timeline.tshttps://github.com/bQuery/bQuery/pull/36/files#diff-5b6ede62437c14fffebede4442aa02dbabd610787d838c406d9e41dd0bc18212
View file https://github.com/bQuery/bQuery/blob/9ff683ccda4667a0cb052acd51beaeeb1725a06a/src/motion/timeline.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/36/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/36/files#diff-5b6ede62437c14fffebede4442aa02dbabd610787d838c406d9e41dd0bc18212
https://github.com/bQuery/bQuery/pull/36/files#diff-5b6ede62437c14fffebede4442aa02dbabd610787d838c406d9e41dd0bc18212
tests/motion.test.tshttps://github.com/bQuery/bQuery/pull/36/files#diff-316db886736ee84566023666192479689541cb9f3967c53ab201054c7f1856f7
View file https://github.com/bQuery/bQuery/blob/9ff683ccda4667a0cb052acd51beaeeb1725a06a/tests/motion.test.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/36/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/36/files#diff-316db886736ee84566023666192479689541cb9f3967c53ab201054c7f1856f7
https://github.com/bQuery/bQuery/pull/36/files#diff-316db886736ee84566023666192479689541cb9f3967c53ab201054c7f1856f7
Please reload this pagehttps://github.com/bQuery/bQuery/pull/36/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.