Jonas Sandstedt

Results 60 comments of Jonas Sandstedt
trafficstars

I'm not a lawyer buuuut, if we don't collect any personal information, there is no need for a consent right? You're allowed to set functional cookies without a consent.

Just gonna note that adding fields to non-flexible content fields seems to work. Just added fields to an options page with a plain hierarchy, and that worked just fine. Will...

@danimalweb We ended up exporting the fields to a JSON file, deleted the ACF declarations, changed the root id to another random id in the JSON file, and then imported...

@tomshaw Maybe webpack 3 specific, but needed to change `path` to `Path`, else your solution worked fine with webpack 3.5.6! :)

@ryanwiemer If you loock in animation.gsap.js:31 you will see it defines `'ScrollMagic', 'TweenMax', 'TimelineMax'`. So I guess it needs the max versions. The lite versions is quite limited.

I haven't seen anything else, so I think this solution is the way to go. Mojs is not (to my knowledge) promise based at all, instead relies on callback functions....

Thanks for the use case (and interesting use of the library 🙂). But yeah, then I can understand it's a bit easier to to sequencial code if you can use...

You can always separate your custom class with a separate name, but I understand your point. I guess the philosophy here is that mojs is a library, and that you...

I guess the problem here was that the class Bubble is attached to the global namespace, so if you in another file, creates another Bubble class, this would override the...

I vote for isLoop, much easier to spell 😊. Then we have After Effects loopOut() expression. Maybe an alternative? ... Nah, go with isLoop.