animation
Here are 5,228 public repositories matching this topic...
-
Updated
Mar 3, 2020 - Java
Is your feature request related to a problem? Please describe.
I wanted to use matrix property for my animation but it doesn't work!
What i wanted to use was scaling element just horizontally. i know i can use width or padding for that but as you know, its not good for performance.
Describe the solution you'd like
I checked anime set supported transform values, [validTransforms] arr
Selection Sort, for example, makes the algorithm look extremely (impossibly) good at first glance - O(n) - because it's not showing the majority of the steps.
Instead of
for (var j = i + 1; j < D.length; j++) {
if (D[j] < D[minJ]) {
tracer._select(j);
minJ = j;
tracer._deselect(j);
}
}
it has to be more like
for (var j
-
Updated
Mar 13, 2020 - Java
Check these before submitting:
- [] The issue doesn't involve an [Unsupported Feature](https://github.com/airbnb/lottie-ios/blob/master/README.md#supported-after-effects-featu
-
Updated
Mar 16, 2020 - JavaScript
Hi,
I am installing manim. But there is a small issue in the documentation website:
Its really a small thing, but for beginner it could be a big deal.
https://www.eulertour.com/learn/manim/installation/windows.html
its written
"Install manim python dependencies with pip install -r requirement.txt"
but it should be
"Install manim python dependencies with pip install -r requirements.txt"
Suggestion
We should add a .travis.yml and set up Travis CI. Although Hero has a limited test suite it's still useful to make sure that the project compiles
Was somebody able to make this thing work with react and functional components? Would be great if somebody could share some ideas.
Is there any way to implement horizontal radio button group?
-
Updated
Jan 8, 2020 - Swift
Hi, by just following your readme nothing happens when I add one of your ItemAnimators. Is there maybe documentation missing?
Is it necessary to set a duration? Is it necessary to always call notifyItemInserted() or notifyItemRemoved()?
As per documentation, setting useSourceImageAspectRatio should hide the menu with other ratios options. This used to be true in v2.2.2, but not anymore in v2.2.4.
-
Updated
Jan 4, 2020 - Swift
-
Updated
Mar 12, 2020 - Swift
This is not an issue but an observation. I no longer use storyboards for my view. Today I faced an issue with Skeletonview when I added it to my UITableViewCell, animations, frames everything was working wrong... did a lot of permutation combinations turning the properties on and off. Finally found that when you add elements in UITableViewCell you should add it to contentView and not to th
| Executable | Version |
|---|---|
node --version |
10.15.3 |
npm --version |
6.4.1 |
nodeppt -v |
2.1.5 |
| OS | Version |
|---|---|
| Windows 7 | 6.1.7601 |
运行时出现的问题为:


Related to #902, we also should provide some guidelines for Contributing and templates for Issues and Pull request.