issues Search Results · repo:thednp/kute.js language:JavaScript
Filter by
96 results
(79 ms)96 results
inthednp/kute.js (press backspace or delete to remove)This is great work, btw. Been a huge fan of BSN since like 2018 or something. In your kute docs you link to polyfill.io
here:
https://thednp.github.io/kute.js/index.html
In 2024 there was a massive vulnerability ...
jttommy
- Opened on Apr 11
- #126
I was not able to plug-in a new Component/Animation at run-time without building my own distribution because the Kute
Execution Context (KEC) is not exported in the KUTE namespace. According to your own ...
rob-smallshire
- 1
- Opened on Oct 8, 2024
- #125
https://codepen.io/mailzwj/pen/VwJLado Like this pen. The tweenOption repeatDelday didn t work.
mailzwj
- Opened on Jul 12, 2024
- #123
Uncaught TypeError: e.map is not a function
zt https://cdn.jsdelivr.net/npm/kute.js/dist/kute.min.js:2
Gt https://cdn.jsdelivr.net/npm/kute.js/dist/kute.min.js:2
Me https://cdn.jsdelivr.net/npm/kute.js/dist/kute.min.js:2 ...
CptRiggs
- 1
- Opened on Apr 1, 2024
- #122
I need something to happen at the end of the first transform but I can t find the correct syntax Could you help me to
write the way to use onComplete?
import KUTE from kute.js
const target = document.querySelector( ...
GeMarVi
- 4
- Opened on Jun 2, 2023
- #120
I have a question on how to use the svgMorph in a NextJS project. I am using the pages directory in Next 13. I installed
the project using yarn add kute.js but what should I do next? I can see that I can ...
slyofzero
- 7
- Opened on Mar 2, 2023
- #119
I m working on a React Component animated Transform that uses SVGPathCommander under the hood:
const AnimatedTransform = ({children,...transfProps }) = {
if (window.isBrowser) {
return children.map(path ...
lordanubi
- 6
- Opened on Feb 17, 2023
- #118
since the tween calculation is very slow, it would be nice if it was async, ran in another web-worker
HannesGitH
- 3
- Opened on Sep 30, 2022
- #116
since svg morphs are quite computationally expensive it would be nice to be able to calculate the morphs and export them
(e.g. to .json) similar to Lottie Files, so we could directly load and run the prebaked ...
HannesGitH
- 4
- Opened on Sep 30, 2022
- #115
let combinedtween = tween
.chain(tween2)
.chain(tween3)
.chain(tween4)
.chain(tween5);
wouldn t work
instead one needs to apply the chaining back to front à la
let combinedtween = tween ...
HannesGitH
- 2
- Opened on Sep 30, 2022
- #114

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.