Rik
Rik
Does this happen on https://pqina.nl/flip?
If you can reproduce it in a codepen or on stackblitz I'm happy to take a look.
Use `Tick.DOM.create` to create the counter and you can pass the init as a property. ```js var tick = Tick.DOM.create(element, { value: 1000, didInit: function(tick) { console.log('hello!'); } }); ```
Thanks! These changes will have to be made in the src script, tried to copy them but got hammered by all kinds of dependencies being out of date and couldn't...
Definitely time for that, would love to replace sass with post-css to speed things up, and maybe just package script based build instead of gulp, but that will take an...
You can add the "Boom" view: https://pqina.nl/tick/#boom
Flip (and it's parent Flip) used to be a commercial plugin, you can find the Boom view below in the dist folder: https://github.com/pqina/tick/
Chrome / Firefox / Safari, they all look okay? On 18 Aug 2023 at 17:08 -0400, Joshua Sosa ***@***.***>, wrote: > Hello, I'm not sure why the flip card differs...
Tested but could not reproduce on Windows 11 Edge & Chrome
See: https://github.com/pqina/pintura-example-vue-3 On Friday, October 13, 2023, rezaansarirad ***@***.***> wrote: > Is there an existing issue for this? > > - I have searched the existing issues > > Have...