question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The v2 readme says

Major Changes in Velocity V2 Transforms - Use these directly within CSS, don’t try the old shortcuts as they don’t exist.

Could you please provide an example of what this looks like?

Here is a sample of my (v1) code;

   Works.ui.$scrollUp
                    .velocity('finish')
                    .velocity({
                      translateY: ['0%', '100%'],
                      opacity: 1,
                      translateZ: 0
                    }, {})
                  ;

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7

github_iconTop GitHub Comments

4reactions
hackuuncommented, Mar 13, 2018

@Rycochet "velocity-animate": "^2.0.2"

But it seems like no transforms are working. I tried example from Vue Docs too. It just doesn’t working.

2reactions
sebastianschramacommented, Mar 17, 2018

Yes, transforms are not working. 😦

Read more comments on GitHub >

github_iconTop Results From Across the Web

Transform V1 V2 V3 V4 V5, Past Simple and Past Participle ...
Transform V1 V2 V3 V4 V5, Past Simple and Past Participle Form of Transform ; Base Form, s/es/ies, ing Form ; transform, transforms,...
Read more >
[FEEDBACK] Transforms V2 API #6753 - pytorch/vision - GitHub
A simple API for implementing transforms via the Transform class. Here, an implementation draws random parameters within _get_params , and an ...
Read more >
FileTransform@2 - File transform v2 task - Microsoft Learn
File transform v2 # Replace tokens with variable values in XML or JSON configuration files. - task: FileTransform@2 inputs: folderPath: ...
Read more >
torchvision.transforms - PyTorch
Transforms are common image transformations. They can be chained together using Compose . Additionally, there is the torchvision.transforms.functional module.
Read more >
Transforms — Schematics 2.0.1 documentation - Read the Docs
Transforms ¶ · schema – The Schema to use as source for validation. · mutable – A mapping or instance that can be...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found