Click here to Skip to main content
15,884,836 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: Animation on Mobile friendly websites? Pin
Afzaal Ahmad Zeeshan26-Jul-16 10:52
professionalAfzaal Ahmad Zeeshan26-Jul-16 10:52 
What sort of animations? Simple animations on the web page can be performed using jQuery (or JavaScript itself). Even CSS can do these things, such as animating the elements and their properties of view. JavaScript Animation[^], Using CSS animations - CSS | MDN[^].

If you somehow want to run animations that are other than simple ones like HTML element based animations, then OpenGL would be where you should go. Most of the browsers support it, Three.js[^] is also one of such framework which support animations using JavaScript. But note that however you write, whichever framework you support, JavaScript is based on an engine that interprets the script and runs it, and that is going to take a lot of CPU power and RAM, so basically JavaScript would be a monster eating: 1) CPU, 2) RAM, 3) Battery. If your animations are promising, don't worry about these.
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~

AnswerRe: Animation on Mobile friendly websites? Pin
Eric Moose31-Oct-16 0:27
professionalEric Moose31-Oct-16 0:27 
QuestionXamarin Forms Mobile App Pin
Kevin Marois14-Jun-16 6:08
professionalKevin Marois14-Jun-16 6:08 
AnswerRe: Xamarin Forms Mobile App Pin
OriginalGriff14-Jun-16 8:05
mveOriginalGriff14-Jun-16 8:05 
GeneralRe: Xamarin Forms Mobile App Pin
Kevin Marois14-Jun-16 10:25
professionalKevin Marois14-Jun-16 10:25 
GeneralRe: Xamarin Forms Mobile App Pin
OriginalGriff14-Jun-16 10:47
mveOriginalGriff14-Jun-16 10:47 
GeneralRe: Xamarin Forms Mobile App Pin
Kevin Marois14-Jun-16 10:50
professionalKevin Marois14-Jun-16 10:50 
GeneralRe: Xamarin Forms Mobile App Pin
Kevin Marois16-Jun-16 5:42
professionalKevin Marois16-Jun-16 5:42 
GeneralRe: Xamarin Forms Mobile App Pin
OriginalGriff16-Jun-16 5:57
mveOriginalGriff16-Jun-16 5:57 
GeneralRe: Xamarin Forms Mobile App Pin
Kevin Marois16-Jun-16 6:00
professionalKevin Marois16-Jun-16 6:00 
GeneralRe: Xamarin Forms Mobile App Pin
OriginalGriff16-Jun-16 6:04
mveOriginalGriff16-Jun-16 6:04 
GeneralRe: Xamarin Forms Mobile App Pin
Kevin Marois16-Jun-16 6:08
professionalKevin Marois16-Jun-16 6:08 
GeneralRe: Xamarin Forms Mobile App Pin
OriginalGriff16-Jun-16 6:05
mveOriginalGriff16-Jun-16 6:05 
GeneralRe: Xamarin Forms Mobile App Pin
Kevin Marois16-Jun-16 6:15
professionalKevin Marois16-Jun-16 6:15 
GeneralRe: Xamarin Forms Mobile App Pin
OriginalGriff16-Jun-16 6:30
mveOriginalGriff16-Jun-16 6:30 
GeneralRe: Xamarin Forms Mobile App Pin
Kevin Marois16-Jun-16 6:34
professionalKevin Marois16-Jun-16 6:34 
GeneralRe: Xamarin Forms Mobile App Pin
OriginalGriff16-Jun-16 6:53
mveOriginalGriff16-Jun-16 6:53 
GeneralRe: Xamarin Forms Mobile App Pin
Kevin Marois16-Jun-16 7:15
professionalKevin Marois16-Jun-16 7:15 
GeneralRe: Xamarin Forms Mobile App Pin
Kevin Marois21-Jun-16 10:47
professionalKevin Marois21-Jun-16 10:47 
GeneralRe: Xamarin Forms Mobile App Pin
OriginalGriff21-Jun-16 20:51
mveOriginalGriff21-Jun-16 20:51 
GeneralRe: Xamarin Forms Mobile App Pin
Kevin Marois22-Jun-16 6:10
professionalKevin Marois22-Jun-16 6:10 
GeneralRe: Xamarin Forms Mobile App Pin
Kevin Marois16-Jun-16 6:42
professionalKevin Marois16-Jun-16 6:42 
GeneralRe: Xamarin Forms Mobile App Pin
OriginalGriff16-Jun-16 6:53
mveOriginalGriff16-Jun-16 6:53 
GeneralRe: Xamarin Forms Mobile App Pin
Kevin Marois16-Jun-16 7:07
professionalKevin Marois16-Jun-16 7:07 
AnswerRe: Xamarin Forms Mobile App Pin
mariakatosvich13-Aug-16 2:40
mariakatosvich13-Aug-16 2:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.