Flip tool idea
38 comments
Pineapple-Rind
18.03.2020 19:49
LinkThat would require intense js coding-
LatticedDreams
18.03.2020 19:52
LinkNot really. Just mirroring an image, games do it all the time
Pineapple-Rind
18.03.2020 20:04
LinkThere is a 2d flip and a 3d flip. The 2d flip is really easy in CSS to program:
img{animation: example 2s linear;}
@keyframes example{
0%{transform:rotatex(360deg);}
100%{transform:rotatex(0deg;}
}
But 3d flips need a highly developed software such as Blender or Maya to render.
Pineapple-Rind
18.03.2020 20:07
Linkp.s. Flip tool should be 2d.
p.p.s. mr. Tomać isn’t an animator
p.p.p.s i don’t know that much js
Dark-Shadow-the-Wolf[OP]
18.03.2020 20:20
LinkTomaç does animate and he could use 3d js tutorial
Pineapple-Rind
18.03.2020 20:22
Linkok…?
Dark-Shadow-the-Wolf[OP]
18.03.2020 20:23
LinkHe can just squish the object, flip it, unsquish it. Its that simple.
Dark-Shadow-the-Wolf[OP]
18.03.2020 20:25
LinkAlso flash is like the easiest thing he can do it on
You can squish and flip on there (I believe)
Pineapple-Rind
18.03.2020 20:25
Linkyes that’s what I meant.
Dark-Shadow-the-Wolf[OP]
18.03.2020 20:26
LinkOh you can
Dark-Shadow-the-Wolf[OP]
18.03.2020 20:26
LinkBut how can you upload that to js?
(I think you can't)
Dark-Shadow-the-Wolf[OP]
18.03.2020 20:27
LinkAll in the name of programming, I think tomaç can find a way to flip objects somehow
Dark-Shadow-the-Wolf[OP]
18.03.2020 20:34
LinkHe probably can type
"How to make 3d flip"
Dark-Shadow-the-Wolf[OP]
18.03.2020 20:39
LinkAnd probably tweak a little algorithm of that and change it to drawing an image and flipping it
Dark-Shadow-the-Wolf[OP]
18.03.2020 20:40
LinkThey don't call it flipanim for nothing
Pineapple-Rind
18.03.2020 22:16
LinkJS is JavaScript, a programming language. It looks like this:
<script>
function myFunction(x) {
if (x.matches) {
document.body.style.backgroundColor = "yellow";
} else {
document.body.style.backgroundColor = "pink";
}
}
var x = window.matchMedia("(max-width: 700px)")
myFunction(x)
x.addListener(myFunction)
</script>
Dark-Shadow-the-Wolf[OP]
19.03.2020 00:14
LinkI know but if he watches tutorials he will get the hang of it.
See what I mean?
Dark-Shadow-the-Wolf[OP]
19.03.2020 22:00
LinkI know js is JavaScript
SacredSorrow
21.03.2020 19:42
Link@pineapple-rind
blender is not a computer software program, it is a 3d development platform for animating mini cartoons, or even movies.
Draw-a-stickman2
21.03.2020 20:54
LinkFlipAnim can make any tool,they never give up
Dark-Shadow-the-Wolf[OP]
23.03.2020 13:40
LinkIm not sure about "any" tool, but maybe
SacredSorrow
23.03.2020 21:02
Linkyeah i mean, FA might want to add a frame recovery tool, because when you delete a frame, if you try to press undo, it will undo your DRAWING not your other frame. so basically, you lose that frame forever.
don't ask why the heck i typed so much about this.
...
;-; bye.
Dark-Shadow-the-Wolf[OP]
26.03.2020 23:10
LinkYeah that's a good Idea
I made some mistakes once and I couldn't redraw them so yeah flipanim needs to add that tool
ProMagma
28.03.2020 00:38
Linkjust make it 2d flip