Have twitter bootstrap and using the progress bar.
Want to animate the bar with javascript. Figured how to animate the bar based on time, now trying to figure how to animate based on progress.
The load screen comes when pulling elements out of a mongo api. How do I go about creating this animated progress bar that will move as i pull more elements?
def self.get_xxx_users(read_db) db_users = read_db.collection("users"); db_users = db_users.find({"$and" => [:plan => { "$ne" =>"XXX"}, :'xxx.xxx_type' => {"$ne" => "XXX"}]},{}).to_a db_users